#88CE99

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

Shades of De York #88CE99

Tints of De York #88CE99

Color information

#88CE99 (or 0x88CE99) is unknown color: approx De York. HEX triplet: 88, CE and 99. RGB value is (136,206,153). Sum of RGB (Red+Green+Blue) = 136+206+153=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CE99 is #773166. Grayscale: #B3B3B3. Windows color (decimal): -7811431 or 10079880. OLE color: 10079880.

HSL color Cylindrical-coordinate representation of color #88CE99: hue angle of 134.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CE99 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB136206153-
CMYK0.3400.260.19
HSL134.57º41.67%67.06%-
HSV(B)134.57º33.98%80.78%-
XYZ37.9751.6838.11-
YUV179.03113.3197.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=27.47%
G=41.62%
B=30.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362061530.3400.260.19134.5741.6767.06
Hex88CE992201A13872a43
Octal210316231420322320752103
Binary10001000110011101001100110001001101010011100001111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,206,153); }

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

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

 a { background-color: rgb(136,206,153); }

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

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

 span { border-color: rgb(136,206,153); }

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