Html Css Color HEX #99C0AB Skeptic

📋 copy color: '#99C0AB'

red 153 ◦ green 192 ◦ blue 171

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

Shades of Skeptic #99C0AB

Tints of Skeptic #99C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

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

R = 29.65%
G = 37.21%
B = 33.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#99C0AB (or 0x99C0AB) is known color: Skeptic. HEX triplet: 99, C0 and AB. RGB value is (153,192,171). Sum of RGB (Red+Green+Blue) = 153+192+171=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #99C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C0AB is #663F54. Grayscale: #B1B1B1. Windows color (decimal): -6700885 or 11255961. OLE color: 11255961.

HSL color Cylindrical-coordinate representation of color #99C0AB: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C0AB is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 171 -
CMYK 0.20 0 0.11 0.25
HSL 147.69º 0.24% 0.68% -
HSV(B) 147.69º 0.2% 0.75% -
XYZ 39.34 47.41 45.61 -
YUV 177.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 153 192 171 0.20 0 0.11 0.25 147.69 0.24 0.68
Hex 99 C0 AB 14 0 B 19 94 18 44
Octal 231 300 253 24 0 13 31 224 30 104
Binary 10011001 11000000 10101011 10100 0 1011 11001 10010100 11000 1000100

Color Harmonies of #99C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C0AB

Black with #99C0AB

Text Example


Text Example

White with #99C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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