#7ECCC5

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

Shades of Bermuda #7ECCC5

Tints of Bermuda #7ECCC5

Color information

#7ECCC5 (or 0x7ECCC5) is unknown color: approx Bermuda. HEX triplet: 7E, CC and C5. RGB value is (126,204,197). Sum of RGB (Red+Green+Blue) = 126+204+197=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCC5 is #81333A. Grayscale: #B3B3B3. Windows color (decimal): -8467259 or 12962942. OLE color: 12962942.

HSL color Cylindrical-coordinate representation of color #7ECCC5: hue angle of 174.62º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCC5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB126204197-
CMYK0.3800.030.2
HSL174.62º43.33%64.71%-
HSV(B)174.62º38.24%80%-
XYZ40.2851.6560.67-
YUV179.88137.6689.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.91%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=23.91%
G=38.71%
B=37.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1262041970.3800.030.2174.6243.3364.71
Hex7ECCC5260314af2b41
Octal17631430546032425753101
Binary1111110110011001100010110011001110100101011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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