#98EBAF

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

Shades of Chinook #98EBAF

Tints of Chinook #98EBAF

Color information

#98EBAF (or 0x98EBAF) is unknown color: approx Chinook. HEX triplet: 98, EB and AF. RGB value is (152,235,175). Sum of RGB (Red+Green+Blue) = 152+235+175=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EBAF is #671450. Grayscale: #CBCBCB. Windows color (decimal): -6755409 or 11529112. OLE color: 11529112.

HSL color Cylindrical-coordinate representation of color #98EBAF: hue angle of 136.63º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBAF is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB152235175-
CMYK0.3500.260.08
HSL136.63º67.48%75.88%-
HSV(B)136.63º35.32%92.16%-
XYZ50.469.1951.26-
YUV203.3411291.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=27.05%
G=41.81%
B=31.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351750.3500.260.08136.6367.4875.88
Hex98EBAF2301A889434c
Octal2303532574303210211103114
Binary10011000111010111010111110001101101010001000100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,175); }

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

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

 a { background-color: rgb(152,235,175); }

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

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

 span { border-color: rgb(152,235,175); }

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