Html Css Color HEX #7EBD88 De York

📋 copy color: '#7EBD88'

red 126 ◦ green 189 ◦ blue 136

#7EBD88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7EBD88

Tints of De York #7EBD88

RGB

 RED value IS 126 (49.61% from 255) = 27.94%

 GREEN value IS 189 (74.22% from 255) = 41.91%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 27.94%
G = 41.91%
B = 30.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#7EBD88 (or 0x7EBD88) is known color: De York. HEX triplet: 7E, BD and 88. RGB value is (126,189,136). Sum of RGB (Red+Green+Blue) = 126+189+136=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD88 is #814277. Grayscale: #A4A4A4. Windows color (decimal): -8471160 or 8961406. OLE color: 8961406.

HSL color Cylindrical-coordinate representation of color #7EBD88: hue angle of 129.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBD88 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 189 136 -
CMYK 0.33 0 0.28 0.26
HSL 129.52º 0.32% 0.62% -
HSV(B) 129.52º 0.33% 0.74% -
XYZ 31.25 42.61 29.87 -
YUV 164.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 126 189 136 0.33 0 0.28 0.26 129.52 0.32 0.62
Hex 7E BD 88 21 0 1C 1A 82 20 3E
Octal 176 275 210 41 0 34 32 202 40 76
Binary 1111110 10111101 10001000 100001 0 11100 11010 10000010 100000 111110

Color Harmonies of #7EBD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBD88

Black with #7EBD88

Text Example


Text Example

White with #7EBD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,189,136); }

 H1.HeaderClassName
 {
   color: #7EBD88;
 }
 .AnyTagClassName
 {
   color: #7EBD88;
 }
</style>

background-color css

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

 a { background-color: rgb(126,189,136); }

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

border-color css

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

 span { border-color: rgb(126,189,136); }

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