#96CBBE

Color #96CBBE Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #96CBBE

Tints of Shadow Green #96CBBE

Color information

#96CBBE (or 0x96CBBE) is unknown color: approx Shadow Green. HEX triplet: 96, CB and BE. RGB value is (150,203,190). Sum of RGB (Red+Green+Blue) = 150+203+190=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBBE is #693441. Grayscale: #B9B9B9. Windows color (decimal): -6894658 or 12503958. OLE color: 12503958.

HSL color Cylindrical-coordinate representation of color #96CBBE: hue angle of 165.28º degrees, saturation: 0.34, 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 #96CBBE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB150203190-
CMYK0.2600.060.20
HSL165.28º33.76%69.22%-
HSV(B)165.28º26.11%79.61%-
XYZ43.2352.9156.65-
YUV185.67130.44102.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=27.62%
G=37.38%
B=34.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031900.2600.060.20165.2833.7669.22
Hex96CBBE1A0614a52245
Octal22631327632062424542105
Binary10010110110010111011111011010011010100101001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,190); }

 H1.HeaderClassName
 {
   color: #96CBBE;
 }
 .AnyTagClassName
 {
   color: #96CBBE;
 }
</style>
background-color css

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

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

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

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

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

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