#99C1B0

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

Shades of Skeptic #99C1B0

Tints of Skeptic #99C1B0

Color information

#99C1B0 (or 0x99C1B0) is unknown color: approx Skeptic. HEX triplet: 99, C1 and B0. RGB value is (153,193,176). Sum of RGB (Red+Green+Blue) = 153+193+176=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C1B0 is #663E4F. Grayscale: #B3B3B3. Windows color (decimal): -6700624 or 11583897. OLE color: 11583897.

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

Color convert

RGB153193176-
CMYK0.2100.090.24
HSL154.5º24.39%67.84%-
HSV(B)154.5º20.73%75.69%-
XYZ40.0448.0548.24-
YUV179.1126.25109.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=29.31%
G=36.97%
B=33.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531931760.2100.090.24154.524.3967.84
Hex99C1B01509189a1844
Octal231301260250113023230104
Binary10011001110000011011000010101010011100010011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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