Html Css Color HEX #96CC99 Dark Sea Green

📋 copy color: '#96CC99'

red 150 ◦ green 204 ◦ blue 153

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

Shades of Dark Sea Green #96CC99

Tints of Dark Sea Green #96CC99

RGB

 RED value IS 150 (58.98% from 255) = 29.59%

 GREEN value IS 204 (80.08% from 255) = 40.24%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 29.59%
G = 40.24%
B = 30.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#96CC99 (or 0x96CC99) is known color: Dark Sea Green. HEX triplet: 96, CC and 99. RGB value is (150,204,153). Sum of RGB (Red+Green+Blue) = 150+204+153=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC99 is #693366. Grayscale: #B6B6B6. Windows color (decimal): -6894439 or 10079382. OLE color: 10079382.

HSL color Cylindrical-coordinate representation of color #96CC99: hue angle of 123.33º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CC99 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 153 -
CMYK 0.26 0 0.25 0.2
HSL 123.33º 0.35% 0.69% -
HSV(B) 123.33º 0.26% 0.8% -
XYZ 39.92 51.97 38.06 -
YUV 182.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 150 204 153 0.26 0 0.25 0.2 123.33 0.35 0.69
Hex 96 CC 99 1A 0 19 14 7B 23 45
Octal 226 314 231 32 0 31 24 173 43 105
Binary 10010110 11001100 10011001 11010 0 11001 10100 1111011 100011 1000101

Color Harmonies of #96CC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC99

Black with #96CC99

Text Example


Text Example

White with #96CC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CC99; }

 p { color: rgb(150,204,153); }

 H1.HeaderClassName
 {
   color: #96CC99;
 }
 .AnyTagClassName
 {
   color: #96CC99;
 }
</style>

background-color css

<style>
 a { background-color: #96CC99; }

 a { background-color: rgb(150,204,153); }

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

border-color css

<style>
 span { border-color: #96CC99; }

 span { border-color: rgb(150,204,153); }

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