Html Css Color HEX #99C2C1 Shadow Green

📋 copy color: '#99C2C1'

red 153 ◦ green 194 ◦ blue 193

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

Shades of Shadow Green #99C2C1

Tints of Shadow Green #99C2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 28.33%
G = 35.93%
B = 35.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#99C2C1 (or 0x99C2C1) is known color: Shadow Green. HEX triplet: 99, C2 and C1. RGB value is (153,194,193). Sum of RGB (Red+Green+Blue) = 153+194+193=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2C1 is #663D3E. Grayscale: #B5B5B5. Windows color (decimal): -6700351 or 12698265. OLE color: 12698265.

HSL color Cylindrical-coordinate representation of color #99C2C1: hue angle of 178.54º 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 #99C2C1 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 193 -
CMYK 0.21 0 0.01 0.24
HSL 178.54º 0.25% 0.68% -
HSV(B) 178.54º 0.21% 0.76% -
XYZ 42.05 49.21 57.73 -
YUV 181.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 153 194 193 0.21 0 0.01 0.24 178.54 0.25 0.68
Hex 99 C2 C1 15 0 1 18 B3 19 44
Octal 231 302 301 25 0 1 30 263 31 104
Binary 10011001 11000010 11000001 10101 0 1 11000 10110011 11001 1000100

Color Harmonies of #99C2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2C1

Black with #99C2C1

Text Example


Text Example

White with #99C2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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