Html Css Color HEX #99C2B2 Shadow Green

📋 copy color: '#99C2B2'

red 153 ◦ green 194 ◦ blue 178

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

Shades of Shadow Green #99C2B2

Tints of Shadow Green #99C2B2

RGB

 RED value IS 153 (60.16% from 255) = 29.14%

 GREEN value IS 194 (76.17% from 255) = 36.95%

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 29.14%
G = 36.95%
B = 33.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#99C2B2 (or 0x99C2B2) is known color: Shadow Green. HEX triplet: 99, C2 and B2. RGB value is (153,194,178). Sum of RGB (Red+Green+Blue) = 153+194+178=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2B2 is #663D4D. Grayscale: #B3B3B3. Windows color (decimal): -6700366 or 11715225. OLE color: 11715225.

HSL color Cylindrical-coordinate representation of color #99C2B2: hue angle of 156.59º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2B2 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 178 -
CMYK 0.21 0 0.08 0.24
HSL 156.59º 0.25% 0.68% -
HSV(B) 156.59º 0.21% 0.76% -
XYZ 40.46 48.57 49.36 -
YUV 179.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 153 194 178 0.21 0 0.08 0.24 156.59 0.25 0.68
Hex 99 C2 B2 15 0 8 18 9D 19 44
Octal 231 302 262 25 0 10 30 235 31 104
Binary 10011001 11000010 10110010 10101 0 1000 11000 10011101 11001 1000100

Color Harmonies of #99C2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2B2

Black with #99C2B2

Text Example


Text Example

White with #99C2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C2B2; }

 p { color: rgb(153,194,178); }

 H1.HeaderClassName
 {
   color: #99C2B2;
 }
 .AnyTagClassName
 {
   color: #99C2B2;
 }
</style>

background-color css

<style>
 a { background-color: #99C2B2; }

 a { background-color: rgb(153,194,178); }

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

border-color css

<style>
 span { border-color: #99C2B2; }

 span { border-color: rgb(153,194,178); }

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