#7BCA88

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

Shades of De York #7BCA88

Tints of De York #7BCA88

Color information

#7BCA88 (or 0x7BCA88) is unknown color: approx De York. HEX triplet: 7B, CA and 88. RGB value is (123,202,136). Sum of RGB (Red+Green+Blue) = 123+202+136=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA88 is #843577. Grayscale: #ABABAB. Windows color (decimal): -8664440 or 8964731. OLE color: 8964731.

HSL color Cylindrical-coordinate representation of color #7BCA88: hue angle of 129.87º degrees, saturation: 0.43, 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 #7BCA88 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB123202136-
CMYK0.3900.330.21
HSL129.87º42.7%63.73%-
HSV(B)129.87º39.11%79.22%-
XYZ33.7348.2330.82-
YUV170.86108.3393.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.68%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=26.68%
G=43.82%
B=29.50%

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
Decimal1232021360.3900.330.21129.8742.763.73
Hex7BCA882702115822b40
Octal173312210470412520253100
Binary11110111100101010001000100111010000110101100000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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