Html Css Color HEX #96CE96 Dark Sea Green

📋 copy color: '#96CE96'

red 150 ◦ green 206 ◦ blue 150

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

Shades of Dark Sea Green #96CE96

Tints of Dark Sea Green #96CE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

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

R = 29.64%
G = 40.71%
B = 29.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#96CE96 (or 0x96CE96) is known color: Dark Sea Green. HEX triplet: 96, CE and 96. RGB value is (150,206,150). Sum of RGB (Red+Green+Blue) = 150+206+150=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE96 is #693169. Grayscale: #B7B7B7. Windows color (decimal): -6893930 or 9883286. OLE color: 9883286.

HSL color Cylindrical-coordinate representation of color #96CE96: hue angle of 120º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE96 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 150 -
CMYK 0.27 0 0.27 0.19
HSL 120º 0.36% 0.7% -
HSV(B) 120º 0.27% 0.81% -
XYZ 40.15 52.83 36.93 -
YUV 182.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 150 206 150 0.27 0 0.27 0.19 120 0.36 0.7
Hex 96 CE 96 1B 0 1B 13 78 24 46
Octal 226 316 226 33 0 33 23 170 44 106
Binary 10010110 11001110 10010110 11011 0 11011 10011 1111000 100100 1000110

Color Harmonies of #96CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CE96

Black with #96CE96

Text Example


Text Example

White with #96CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,150); }

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

background-color css

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

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

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

border-color css

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

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

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