#7CCA88

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

Shades of De York #7CCA88

Tints of De York #7CCA88

Color information

#7CCA88 (or 0x7CCA88) is unknown color: approx De York. HEX triplet: 7C, CA and 88. RGB value is (124,202,136). Sum of RGB (Red+Green+Blue) = 124+202+136=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA88 is #833577. Grayscale: #ABABAB. Windows color (decimal): -8598904 or 8964732. OLE color: 8964732.

HSL color Cylindrical-coordinate representation of color #7CCA88: hue angle of 129.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCA88 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB124202136-
CMYK0.3900.330.21
HSL129.23º42.39%63.92%-
HSV(B)129.23º38.61%79.22%-
XYZ33.8848.330.83-
YUV171.15108.1694.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=26.84%
G=43.72%
B=29.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242021360.3900.330.21129.2342.3963.92
Hex7CCA882702115812a40
Octal174312210470412520152100
Binary11111001100101010001000100111010000110101100000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CCA88; }

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

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

<style>
 a { background-color: #7CCA88; }

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

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

<style>
 span { border-color: #7CCA88; }

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

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