#9FC2B0

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

Shades of Skeptic #9FC2B0

Tints of Skeptic #9FC2B0

Color information

#9FC2B0 (or 0x9FC2B0) is unknown color: approx Skeptic. HEX triplet: 9F, C2 and B0. RGB value is (159,194,176). Sum of RGB (Red+Green+Blue) = 159+194+176=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC2B0 is #603D4F. Grayscale: #B5B5B5. Windows color (decimal): -6307152 or 11584159. OLE color: 11584159.

HSL color Cylindrical-coordinate representation of color #9FC2B0: hue angle of 149.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC2B0 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB159194176-
CMYK0.1800.090.24
HSL149.14º22.29%69.22%-
HSV(B)149.14º18.04%76.08%-
XYZ41.4349.0948.37-
YUV181.48124.9111.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=30.06%
G=36.67%
B=33.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941760.1800.090.24149.1422.2969.22
Hex9FC2B0120918951645
Octal237302260220113022526105
Binary10011111110000101011000010010010011100010010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC2B0; }

 p { color: rgb(159,194,176); }

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

<style>
 a { background-color: #9FC2B0; }

 a { background-color: rgb(159,194,176); }

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

<style>
 span { border-color: #9FC2B0; }

 span { border-color: rgb(159,194,176); }

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