#99C1AD

Color #99C1AD Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #99C1AD

Tints of Skeptic #99C1AD

Color information

#99C1AD (or 0x99C1AD) is unknown color: approx Skeptic. HEX triplet: 99, C1 and AD. RGB value is (153,193,173). Sum of RGB (Red+Green+Blue) = 153+193+173=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C1AD is #663E52. Grayscale: #B2B2B2. Windows color (decimal): -6700627 or 11387289. OLE color: 11387289.

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

Color convert

RGB153193173-
CMYK0.2100.100.24
HSL150º24.39%67.84%-
HSV(B)150º20.73%75.69%-
XYZ39.7547.9346.69-
YUV178.76124.75109.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=29.48%
G=37.19%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931730.2100.100.2415024.3967.84
Hex99C1AD150A18961844
Octal231301255250123022630104
Binary10011001110000011010110110101010101100010010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C1AD;
 }
 .AnyTagClassName
 {
   color: #99C1AD;
 }
</style>
background-color css

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

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

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

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

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

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