#88CA8C

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

Shades of De York #88CA8C

Tints of De York #88CA8C

Color information

#88CA8C (or 0x88CA8C) is unknown color: approx De York. HEX triplet: 88, CA and 8C. RGB value is (136,202,140). Sum of RGB (Red+Green+Blue) = 136+202+140=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA8C is #773573. Grayscale: #AFAFAF. Windows color (decimal): -7812468 or 9226888. OLE color: 9226888.

HSL color Cylindrical-coordinate representation of color #88CA8C: hue angle of 123.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CA8C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB136202140-
CMYK0.3300.310.21
HSL123.64º38.37%66.27%-
HSV(B)123.64º32.67%79.22%-
XYZ36.0149.3732.44-
YUV175.2108.13100.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=28.45%
G=42.26%
B=29.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1362021400.3300.310.21123.6438.3766.27
Hex88CA8C2101F157c2642
Octal210312214410372517446102
Binary1000100011001010100011001000010111111010111111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,140); }

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

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

 a { background-color: rgb(136,202,140); }

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

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

 span { border-color: rgb(136,202,140); }

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