#98C8A8

Color #98C8A8 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #98C8A8

Tints of Chinook #98C8A8

Color information

#98C8A8 (or 0x98C8A8) is unknown color: approx Chinook. HEX triplet: 98, C8 and A8. RGB value is (152,200,168). Sum of RGB (Red+Green+Blue) = 152+200+168=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #98C8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C8A8 is #673757. Grayscale: #B6B6B6. Windows color (decimal): -6764376 or 11061400. OLE color: 11061400.

HSL color Cylindrical-coordinate representation of color #98C8A8: hue angle of 140º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C8A8 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB152200168-
CMYK0.2400.160.22
HSL140º30.38%69.02%-
HSV(B)140º24%78.43%-
XYZ40.6750.8144.71-
YUV182120.1106.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=29.23%
G=38.46%
B=32.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1522001680.2400.160.2214030.3869.02
Hex98C8A818010168c1e45
Octal230310250300202621436105
Binary100110001100100010101000110000100001011010001100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98C8A8; }

 p { color: rgb(152,200,168); }

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

<style>
 a { background-color: #98C8A8; }

 a { background-color: rgb(152,200,168); }

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

<style>
 span { border-color: #98C8A8; }

 span { border-color: rgb(152,200,168); }

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