Html Css Color HEX #96BC99 Dark Sea Green

📋 copy color: '#96BC99'

red 150 ◦ green 188 ◦ blue 153

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

Shades of Dark Sea Green #96BC99

Tints of Dark Sea Green #96BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

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

R = 30.55%
G = 38.29%
B = 31.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#96BC99 (or 0x96BC99) is known color: Dark Sea Green. HEX triplet: 96, BC and 99. RGB value is (150,188,153). Sum of RGB (Red+Green+Blue) = 150+188+153=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC99 is #694366. Grayscale: #ACACAC. Windows color (decimal): -6898535 or 10075286. OLE color: 10075286.

HSL color Cylindrical-coordinate representation of color #96BC99: hue angle of 124.74º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BC99 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 153 -
CMYK 0.20 0 0.19 0.26
HSL 124.74º 0.22% 0.66% -
HSV(B) 124.74º 0.2% 0.74% -
XYZ 36.31 44.75 36.86 -
YUV 172.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 150 188 153 0.20 0 0.19 0.26 124.74 0.22 0.66
Hex 96 BC 99 14 0 13 1A 7D 16 42
Octal 226 274 231 24 0 23 32 175 26 102
Binary 10010110 10111100 10011001 10100 0 10011 11010 1111101 10110 1000010

Color Harmonies of #96BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC99

Black with #96BC99

Text Example


Text Example

White with #96BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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