Html Css Color HEX #96CABB Shadow Green

📋 copy color: '#96CABB'

red 150 ◦ green 202 ◦ blue 187

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

Shades of Shadow Green #96CABB

Tints of Shadow Green #96CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 27.83%
G = 37.48%
B = 34.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#96CABB (or 0x96CABB) is known color: Shadow Green. HEX triplet: 96, CA and BB. RGB value is (150,202,187). Sum of RGB (Red+Green+Blue) = 150+202+187=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #96CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CABB is #693544. Grayscale: #B8B8B8. Windows color (decimal): -6894917 or 12307094. OLE color: 12307094.

HSL color Cylindrical-coordinate representation of color #96CABB: hue angle of 162.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CABB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 187 -
CMYK 0.26 0 0.07 0.21
HSL 162.69º 0.33% 0.69% -
HSV(B) 162.69º 0.26% 0.79% -
XYZ 42.67 52.31 54.86 -
YUV 184.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 150 202 187 0.26 0 0.07 0.21 162.69 0.33 0.69
Hex 96 CA BB 1A 0 7 15 A3 21 45
Octal 226 312 273 32 0 7 25 243 41 105
Binary 10010110 11001010 10111011 11010 0 111 10101 10100011 100001 1000101

Color Harmonies of #96CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CABB

Black with #96CABB

Text Example


Text Example

White with #96CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,187); }

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

background-color css

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

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

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

border-color css

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

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

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