#9BC2AE

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

Shades of Skeptic #9BC2AE

Tints of Skeptic #9BC2AE

Color information

#9BC2AE (or 0x9BC2AE) is unknown color: approx Skeptic. HEX triplet: 9B, C2 and AE. RGB value is (155,194,174). Sum of RGB (Red+Green+Blue) = 155+194+174=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC2AE is #643D51. Grayscale: #B4B4B4. Windows color (decimal): -6569298 or 11453083. OLE color: 11453083.

HSL color Cylindrical-coordinate representation of color #9BC2AE: hue angle of 149.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC2AE is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB155194174-
CMYK0.2000.100.24
HSL149.23º24.22%68.43%-
HSV(B)149.23º20.1%76.08%-
XYZ40.4548.6147.29-
YUV180.06124.58110.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.64%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=29.64%
G=37.09%
B=33.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551941740.2000.100.24149.2324.2268.43
Hex9BC2AE140A18951844
Octal233302256240123022530104
Binary10011011110000101010111010100010101100010010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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