#7EDAC4

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

Shades of Bermuda #7EDAC4

Tints of Bermuda #7EDAC4

Color information

#7EDAC4 (or 0x7EDAC4) is unknown color: approx Bermuda. HEX triplet: 7E, DA and C4. RGB value is (126,218,196). Sum of RGB (Red+Green+Blue) = 126+218+196=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDAC4 is #81253B. Grayscale: #BBBBBB. Windows color (decimal): -8463676 or 12900990. OLE color: 12900990.

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

Color convert

RGB126218196-
CMYK0.4200.100.15
HSL165.65º55.42%67.45%-
HSV(B)165.65º42.2%85.49%-
XYZ43.6458.5661.23-
YUV187.98132.5283.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.33%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=23.33%
G=40.37%
B=36.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181960.4200.100.15165.6555.4267.45
Hex7EDAC42A0AFa63743
Octal176332304520121724667103
Binary11111101101101011000100101010010101111101001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,196); }

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

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

 a { background-color: rgb(126,218,196); }

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

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

 span { border-color: rgb(126,218,196); }

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