Html Css Color HEX #99C2AB Skeptic

📋 copy color: '#99C2AB'

red 153 ◦ green 194 ◦ blue 171

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

Shades of Skeptic #99C2AB

Tints of Skeptic #99C2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 29.54%
G = 37.45%
B = 33.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#99C2AB (or 0x99C2AB) is known color: Skeptic. HEX triplet: 99, C2 and AB. RGB value is (153,194,171). Sum of RGB (Red+Green+Blue) = 153+194+171=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2AB is #663D54. Grayscale: #B3B3B3. Windows color (decimal): -6700373 or 11256473. OLE color: 11256473.

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

Color convert

RGB 153 194 171 -
CMYK 0.21 0 0.12 0.24
HSL 146.34º 0.25% 0.68% -
HSV(B) 146.34º 0.21% 0.76% -
XYZ 39.78 48.3 45.75 -
YUV 179.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 153 194 171 0.21 0 0.12 0.24 146.34 0.25 0.68
Hex 99 C2 AB 15 0 C 18 92 19 44
Octal 231 302 253 25 0 14 30 222 31 104
Binary 10011001 11000010 10101011 10101 0 1100 11000 10010010 11001 1000100

Color Harmonies of #99C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C2AB

Black with #99C2AB

Text Example


Text Example

White with #99C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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