#99C3AE

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

Shades of Skeptic #99C3AE

Tints of Skeptic #99C3AE

Color information

#99C3AE (or 0x99C3AE) is unknown color: approx Skeptic. HEX triplet: 99, C3 and AE. RGB value is (153,195,174). Sum of RGB (Red+Green+Blue) = 153+195+174=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C3AE is #663C51. Grayscale: #B4B4B4. Windows color (decimal): -6700114 or 11453337. OLE color: 11453337.

HSL color Cylindrical-coordinate representation of color #99C3AE: hue angle of 150º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3AE is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB153195174-
CMYK0.2200.110.24
HSL150º25.93%68.24%-
HSV(B)150º21.54%76.47%-
XYZ40.2948.8647.35-
YUV180.05124.59108.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=29.31%
G=37.36%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951740.2200.110.2415025.9368.24
Hex99C3AE160B18961a44
Octal231303256260133022632104
Binary10011001110000111010111010110010111100010010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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