#99C2AE

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

Shades of Skeptic #99C2AE

Tints of Skeptic #99C2AE

Color information

#99C2AE (or 0x99C2AE) is unknown color: approx Skeptic. HEX triplet: 99, C2 and AE. RGB value is (153,194,174). Sum of RGB (Red+Green+Blue) = 153+194+174=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C2AE is #663D51. Grayscale: #B3B3B3. Windows color (decimal): -6700370 or 11453081. OLE color: 11453081.

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

Color convert

RGB153194174-
CMYK0.2100.100.24
HSL150.73º25.15%68.04%-
HSV(B)150.73º21.13%76.08%-
XYZ40.0748.4147.28-
YUV179.46124.92109.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=29.37%
G=37.24%
B=33.40%

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
Decimal1531941740.2100.100.24150.7325.1568.04
Hex99C2AE150A18971944
Octal231302256250123022731104
Binary10011001110000101010111010101010101100010010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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