#7EDBB4

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

Shades of Bermuda #7EDBB4

Tints of Bermuda #7EDBB4

Color information

#7EDBB4 (or 0x7EDBB4) is unknown color: approx Bermuda. HEX triplet: 7E, DB and B4. RGB value is (126,219,180). Sum of RGB (Red+Green+Blue) = 126+219+180=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBB4 is #81244B. Grayscale: #BABABA. Windows color (decimal): -8463436 or 11852670. OLE color: 11852670.

HSL color Cylindrical-coordinate representation of color #7EDBB4: hue angle of 154.84º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBB4 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB126219180-
CMYK0.4200.180.14
HSL154.84º56.36%67.65%-
HSV(B)154.84º42.47%85.88%-
XYZ42.1758.3952.23-
YUV186.75124.1984.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=24%
G=41.71%
B=34.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191800.4200.180.14154.8456.3667.65
Hex7EDBB42A012E9b3844
Octal176333264520221623370104
Binary111111011011011101101001010100100101110100110111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,180); }

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

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

 a { background-color: rgb(126,219,180); }

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

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

 span { border-color: rgb(126,219,180); }

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