#98EDAE

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

Shades of Chinook #98EDAE

Tints of Chinook #98EDAE

Color information

#98EDAE (or 0x98EDAE) is unknown color: approx Chinook. HEX triplet: 98, ED and AE. RGB value is (152,237,174). Sum of RGB (Red+Green+Blue) = 152+237+174=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EDAE is #671251. Grayscale: #CCCCCC. Windows color (decimal): -6754898 or 11464088. OLE color: 11464088.

HSL color Cylindrical-coordinate representation of color #98EDAE: hue angle of 135.53º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDAE is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB152237174-
CMYK0.3600.270.07
HSL135.53º70.25%76.27%-
HSV(B)135.53º35.86%92.94%-
XYZ50.8770.350.93-
YUV204.4110.8490.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=27.00%
G=42.10%
B=30.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522371740.3600.270.07135.5370.2576.27
Hex98EDAE2401B788464c
Octal230355256440337210106114
Binary1001100011101101101011101001000110111111000100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,174); }

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

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

 a { background-color: rgb(152,237,174); }

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

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

 span { border-color: rgb(152,237,174); }

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