#7BDA8A

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

Shades of De York #7BDA8A

Tints of De York #7BDA8A

Color information

#7BDA8A (or 0x7BDA8A) is unknown color: approx De York. HEX triplet: 7B, DA and 8A. RGB value is (123,218,138). Sum of RGB (Red+Green+Blue) = 123+218+138=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDA8A is #842575. Grayscale: #B4B4B4. Windows color (decimal): -8660342 or 9099899. OLE color: 9099899.

HSL color Cylindrical-coordinate representation of color #7BDA8A: hue angle of 129.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDA8A is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB123218138-
CMYK0.4400.370.15
HSL129.47º56.21%66.86%-
HSV(B)129.47º43.58%85.49%-
XYZ37.8356.1932.9-
YUV180.48104.0387-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=25.68%
G=45.51%
B=28.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232181380.4400.370.15129.4756.2166.86
Hex7BDA8A2C025F813843
Octal173332212540451720170103
Binary1111011110110101000101010110001001011111100000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,218,138); }

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

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

 a { background-color: rgb(123,218,138); }

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

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

 span { border-color: rgb(123,218,138); }

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