Html Css Color HEX #99C2AD Skeptic

📋 copy color: '#99C2AD'

red 153 ◦ green 194 ◦ blue 173

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

Shades of Skeptic #99C2AD

Tints of Skeptic #99C2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.27%

R = 29.42%
G = 37.31%
B = 33.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#99C2AD (or 0x99C2AD) is known color: Skeptic. HEX triplet: 99, C2 and AD. RGB value is (153,194,173). Sum of RGB (Red+Green+Blue) = 153+194+173=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2AD is #663D52. Grayscale: #B3B3B3. Windows color (decimal): -6700371 or 11387545. OLE color: 11387545.

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

Color convert

RGB 153 194 173 -
CMYK 0.21 0 0.11 0.24
HSL 149.27º 0.25% 0.68% -
HSV(B) 149.27º 0.21% 0.76% -
XYZ 39.97 48.37 46.77 -
YUV 179.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 153 194 173 0.21 0 0.11 0.24 149.27 0.25 0.68
Hex 99 C2 AD 15 0 B 18 95 19 44
Octal 231 302 255 25 0 13 30 225 31 104
Binary 10011001 11000010 10101101 10101 0 1011 11000 10010101 11001 1000100

Color Harmonies of #99C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2AD

Black with #99C2AD

Text Example


Text Example

White with #99C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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