Html Css Color HEX #96CEBA Shadow Green

📋 copy color: '#96CEBA'

red 150 ◦ green 206 ◦ blue 186

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

Shades of Shadow Green #96CEBA

Tints of Shadow Green #96CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 27.68%
G = 38.01%
B = 34.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#96CEBA (or 0x96CEBA) is known color: Shadow Green. HEX triplet: 96, CE and BA. RGB value is (150,206,186). Sum of RGB (Red+Green+Blue) = 150+206+186=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEBA is #693145. Grayscale: #BBBBBB. Windows color (decimal): -6893894 or 12242582. OLE color: 12242582.

HSL color Cylindrical-coordinate representation of color #96CEBA: hue angle of 158.57º 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 #96CEBA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 186 -
CMYK 0.27 0 0.10 0.19
HSL 158.57º 0.36% 0.7% -
HSV(B) 158.57º 0.27% 0.81% -
XYZ 43.51 54.17 54.62 -
YUV 186.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 150 206 186 0.27 0 0.10 0.19 158.57 0.36 0.7
Hex 96 CE BA 1B 0 A 13 9F 24 46
Octal 226 316 272 33 0 12 23 237 44 106
Binary 10010110 11001110 10111010 11011 0 1010 10011 10011111 100100 1000110

Color Harmonies of #96CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEBA

Black with #96CEBA

Text Example


Text Example

White with #96CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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