Html Css Color HEX #96CAC2 Shadow Green

📋 copy color: '#96CAC2'

red 150 ◦ green 202 ◦ blue 194

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

Shades of Shadow Green #96CAC2

Tints of Shadow Green #96CAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 27.47%
G = 37%
B = 35.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#96CAC2 (or 0x96CAC2) is known color: Shadow Green. HEX triplet: 96, CA and C2. RGB value is (150,202,194). Sum of RGB (Red+Green+Blue) = 150+202+194=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC2 is #69353D. Grayscale: #B9B9B9. Windows color (decimal): -6894910 or 12765846. OLE color: 12765846.

HSL color Cylindrical-coordinate representation of color #96CAC2: hue angle of 170.77º 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 #96CAC2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 194 -
CMYK 0.26 0 0.04 0.21
HSL 170.77º 0.33% 0.69% -
HSV(B) 170.77º 0.26% 0.79% -
XYZ 43.44 52.62 58.91 -
YUV 185.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 150 202 194 0.26 0 0.04 0.21 170.77 0.33 0.69
Hex 96 CA C2 1A 0 4 15 AB 21 45
Octal 226 312 302 32 0 4 25 253 41 105
Binary 10010110 11001010 11000010 11010 0 100 10101 10101011 100001 1000101

Color Harmonies of #96CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAC2

Black with #96CAC2

Text Example


Text Example

White with #96CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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