#7CC088

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

Shades of De York #7CC088

Tints of De York #7CC088

Color information

#7CC088 (or 0x7CC088) is unknown color: approx De York. HEX triplet: 7C, C0 and 88. RGB value is (124,192,136). Sum of RGB (Red+Green+Blue) = 124+192+136=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC088 is #833F77. Grayscale: #A5A5A5. Windows color (decimal): -8601464 or 8962172. OLE color: 8962172.

HSL color Cylindrical-coordinate representation of color #7CC088: hue angle of 130.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC088 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB124192136-
CMYK0.3500.290.25
HSL130.59º35.05%61.96%-
HSV(B)130.59º35.42%75.29%-
XYZ31.6143.7630.07-
YUV165.28111.4798.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=27.43%
G=42.48%
B=30.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241921360.3500.290.25130.5935.0561.96
Hex7CC0882301D1983233e
Octal17430021043035312034376
Binary111110011000000100010001000110111011100110000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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