#89C2A8

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

Shades of Skeptic #89C2A8

Tints of Skeptic #89C2A8

Color information

#89C2A8 (or 0x89C2A8) is unknown color: approx Skeptic. HEX triplet: 89, C2 and A8. RGB value is (137,194,168). Sum of RGB (Red+Green+Blue) = 137+194+168=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #89C2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C2A8 is #763D57. Grayscale: #AEAEAE. Windows color (decimal): -7748952 or 11059849. OLE color: 11059849.

HSL color Cylindrical-coordinate representation of color #89C2A8: hue angle of 152.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C2A8 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB137194168-
CMYK0.2900.130.24
HSL152.63º31.84%64.9%-
HSV(B)152.63º29.38%76.08%-
XYZ36.6846.7344.13-
YUV173.99124.62101.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.45%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=27.45%
G=38.88%
B=33.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371941680.2900.130.24152.6331.8464.9
Hex89C2A81D0D18992041
Octal211302250350153023140101
Binary100010011100001010101000111010110111000100110011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89C2A8; }

 p { color: rgb(137,194,168); }

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

<style>
 a { background-color: #89C2A8; }

 a { background-color: rgb(137,194,168); }

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

<style>
 span { border-color: #89C2A8; }

 span { border-color: rgb(137,194,168); }

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