#7ed6bc

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

Shades of Bermuda #7ED6BC

Tints of Bermuda #7ED6BC

Color information

#7ED6BC (or 0x7ED6BC) is unknown color: approx Bermuda. HEX triplet: 7E, D6 and BC. RGB value is (126,214,188). Sum of RGB (Red+Green+Blue) = 126+214+188=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6BC is #812943. Grayscale: #B8B8B8. Windows color (decimal): -8464708 or 12375678. OLE color: 12375678.

HSL color Cylindrical-coordinate representation of color #7ED6BC: hue angle of 162.27º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6BC is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB126214188-
CMYK0.4100.120.16
HSL162.27º51.76%66.67%-
HSV(B)162.27º41.12%83.92%-
XYZ41.7356.1656.22-
YUV184.72129.8586.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=23.86%
G=40.53%
B=35.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262141880.4100.120.16162.2751.7666.67
Hex7ED6BC290C10a23443
Octal176326274510142024264103
Binary111111011010110101111001010010110010000101000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ed6bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,214,188); }

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

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

 a { background-color: rgb(126,214,188); }

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

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

 span { border-color: rgb(126,214,188); }

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