#88DA98

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

Shades of Chinook #88DA98

Tints of Chinook #88DA98

Color information

#88DA98 (or 0x88DA98) is unknown color: approx Chinook. HEX triplet: 88, DA and 98. RGB value is (136,218,152). Sum of RGB (Red+Green+Blue) = 136+218+152=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DA98 is #772567. Grayscale: #BABABA. Windows color (decimal): -7808360 or 10017416. OLE color: 10017416.

HSL color Cylindrical-coordinate representation of color #88DA98: hue angle of 131.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DA98 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB136218152-
CMYK0.3800.300.15
HSL131.71º52.56%69.41%-
HSV(B)131.71º37.61%85.49%-
XYZ40.8957.6438.68-
YUV185.96108.8392.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=26.88%
G=43.08%
B=30.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181520.3800.300.15131.7152.5669.41
Hex88DA982601EF843545
Octal210332230460361720465105
Binary1000100011011010100110001001100111101111100001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DA98; }

 p { color: rgb(136,218,152); }

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

<style>
 a { background-color: #88DA98; }

 a { background-color: rgb(136,218,152); }

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

<style>
 span { border-color: #88DA98; }

 span { border-color: rgb(136,218,152); }

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