#98EBAC

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

Shades of Chinook #98EBAC

Tints of Chinook #98EBAC

Color information

#98EBAC (or 0x98EBAC) is unknown color: approx Chinook. HEX triplet: 98, EB and AC. RGB value is (152,235,172). Sum of RGB (Red+Green+Blue) = 152+235+172=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EBAC is #671453. Grayscale: #CBCBCB. Windows color (decimal): -6755412 or 11332504. OLE color: 11332504.

HSL color Cylindrical-coordinate representation of color #98EBAC: hue angle of 134.46º 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 #98EBAC is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB152235172-
CMYK0.3500.270.08
HSL134.46º67.48%75.88%-
HSV(B)134.46º35.32%92.16%-
XYZ50.169.0749.72-
YUV203110.591.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.19%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=27.19%
G=42.04%
B=30.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351720.3500.270.08134.4667.4875.88
Hex98EBAC2301B886434c
Octal2303532544303310206103114
Binary10011000111010111010110010001101101110001000011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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