Html Css Color HEX #8FCB95 Dark Sea Green

📋 copy color: '#8FCB95'

red 143 ◦ green 203 ◦ blue 149

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

Shades of Dark Sea Green #8FCB95

Tints of Dark Sea Green #8FCB95

RGB

 RED value IS 143 (56.25% from 255) = 28.89%

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 28.89%
G = 41.01%
B = 30.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#8FCB95 (or 0x8FCB95) is known color: Dark Sea Green. HEX triplet: 8F, CB and 95. RGB value is (143,203,149). Sum of RGB (Red+Green+Blue) = 143+203+149=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB95 is #70346A. Grayscale: #B3B3B3. Windows color (decimal): -7353451 or 9816975. OLE color: 9816975.

HSL color Cylindrical-coordinate representation of color #8FCB95: hue angle of 126º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCB95 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 203 149 -
CMYK 0.30 0 0.27 0.20
HSL 126º 0.37% 0.68% -
HSV(B) 126º 0.3% 0.8% -
XYZ 38.11 50.72 36.22 -
YUV 178.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 143 203 149 0.30 0 0.27 0.20 126 0.37 0.68
Hex 8F CB 95 1E 0 1B 14 7E 25 44
Octal 217 313 225 36 0 33 24 176 45 104
Binary 10001111 11001011 10010101 11110 0 11011 10100 1111110 100101 1000100

Color Harmonies of #8FCB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCB95

Black with #8FCB95

Text Example


Text Example

White with #8FCB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,149); }

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

background-color css

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

 a { background-color: rgb(143,203,149); }

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

border-color css

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

 span { border-color: rgb(143,203,149); }

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