#88CE94

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

Shades of De York #88CE94

Tints of De York #88CE94

Color information

#88CE94 (or 0x88CE94) is unknown color: approx De York. HEX triplet: 88, CE and 94. RGB value is (136,206,148). Sum of RGB (Red+Green+Blue) = 136+206+148=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CE94 is #77316B. Grayscale: #B2B2B2. Windows color (decimal): -7811436 or 9752200. OLE color: 9752200.

HSL color Cylindrical-coordinate representation of color #88CE94: hue angle of 130.29º 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 #88CE94 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB136206148-
CMYK0.3400.280.19
HSL130.29º41.67%67.06%-
HSV(B)130.29º33.98%80.78%-
XYZ37.5751.5135.98-
YUV178.46110.8197.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.76%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=27.76%
G=42.04%
B=30.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362061480.3400.280.19130.2941.6767.06
Hex88CE942201C13822a43
Octal210316224420342320252103
Binary10001000110011101001010010001001110010011100000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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