Html Css Color HEX #8FC096 Dark Sea Green

📋 copy color: '#8FC096'

red 143 ◦ green 192 ◦ blue 150

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

Shades of Dark Sea Green #8FC096

Tints of Dark Sea Green #8FC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 29.48%
G = 39.59%
B = 30.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#8FC096 (or 0x8FC096) is known color: Dark Sea Green. HEX triplet: 8F, C0 and 96. RGB value is (143,192,150). Sum of RGB (Red+Green+Blue) = 143+192+150=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC096 is #703F69. Grayscale: #ACACAC. Windows color (decimal): -7356266 or 9879695. OLE color: 9879695.

HSL color Cylindrical-coordinate representation of color #8FC096: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC096 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 192 150 -
CMYK 0.26 0 0.22 0.25
HSL 128.57º 0.28% 0.66% -
HSV(B) 128.57º 0.26% 0.75% -
XYZ 35.68 45.74 35.8 -
YUV 172.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 143 192 150 0.26 0 0.22 0.25 128.57 0.28 0.66
Hex 8F C0 96 1A 0 16 19 81 1C 42
Octal 217 300 226 32 0 26 31 201 34 102
Binary 10001111 11000000 10010110 11010 0 10110 11001 10000001 11100 1000010

Color Harmonies of #8FC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC096

Black with #8FC096

Text Example


Text Example

White with #8FC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,192,150); }

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

background-color css

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

 a { background-color: rgb(143,192,150); }

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

border-color css

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

 span { border-color: rgb(143,192,150); }

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