#7ec5c4

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

Shades of Bermuda #7EC5C4

Tints of Bermuda #7EC5C4

Color information

#7EC5C4 (or 0x7EC5C4) is unknown color: approx Bermuda. HEX triplet: 7E, C5 and C4. RGB value is (126,197,196). Sum of RGB (Red+Green+Blue) = 126+197+196=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC5C4 is #813A3B. Grayscale: #AFAFAF. Windows color (decimal): -8469052 or 12895614. OLE color: 12895614.

HSL color Cylindrical-coordinate representation of color #7EC5C4: hue angle of 179.15º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC5C4 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB126197196-
CMYK0.3600.010.23
HSL179.15º37.97%63.33%-
HSV(B)179.15º36.04%77.25%-
XYZ38.5348.3559.53-
YUV175.66139.4892.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.28%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=24.28%
G=37.96%
B=37.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261971960.3600.010.23179.1537.9763.33
Hex7EC5C4240117b3263f
Octal1763053044401272634677
Binary11111101100010111000100100100011011110110011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ec5c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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