Html Css Color HEX #8CBB8F Dark Sea Green

📋 copy color: '#8CBB8F'

red 140 ◦ green 187 ◦ blue 143

#8CBB8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #8CBB8F

Tints of Dark Sea Green #8CBB8F

RGB

 RED value IS 140 (55.08% from 255) = 29.79%

 GREEN value IS 187 (73.44% from 255) = 39.79%

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 29.79%
G = 39.79%
B = 30.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CBB8F (or 0x8CBB8F) is known color: Dark Sea Green. HEX triplet: 8C, BB and 8F. RGB value is (140,187,143). Sum of RGB (Red+Green+Blue) = 140+187+143=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBB8F is #734470. Grayscale: #A8A8A8. Windows color (decimal): -7554161 or 9419660. OLE color: 9419660.

HSL color Cylindrical-coordinate representation of color #8CBB8F: hue angle of 123.83º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBB8F is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 187 143 -
CMYK 0.25 0 0.24 0.27
HSL 123.83º 0.26% 0.64% -
HSV(B) 123.83º 0.25% 0.73% -
XYZ 33.54 43.1 32.54 -
YUV 167.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 140 187 143 0.25 0 0.24 0.27 123.83 0.26 0.64
Hex 8C BB 8F 19 0 18 1B 7C 1A 40
Octal 214 273 217 31 0 30 33 174 32 100
Binary 10001100 10111011 10001111 11001 0 11000 11011 1111100 11010 1000000

Color Harmonies of #8CBB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB8F

Black with #8CBB8F

Text Example


Text Example

White with #8CBB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBB8F; }

 p { color: rgb(140,187,143); }

 H1.HeaderClassName
 {
   color: #8CBB8F;
 }
 .AnyTagClassName
 {
   color: #8CBB8F;
 }
</style>

background-color css

<style>
 a { background-color: #8CBB8F; }

 a { background-color: rgb(140,187,143); }

 div.DivClassName
 {
   background-color: #8CBB8F;
 }
 .BgClassName
 {
   background-color: #8CBB8F;
 }
</style>

border-color css

<style>
 span { border-color: #8CBB8F; }

 span { border-color: rgb(140,187,143); }

 td.TdClassName
 {
   border-color: #8CBB8F;
 }
 .TagClassName
 {
   border-color: #8CBB8F;
 }
</style>