#7ECFBE

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

Shades of Bermuda #7ECFBE

Tints of Bermuda #7ECFBE

Color information

#7ECFBE (or 0x7ECFBE) is unknown color: approx Bermuda. HEX triplet: 7E, CF and BE. RGB value is (126,207,190). Sum of RGB (Red+Green+Blue) = 126+207+190=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFBE is #813041. Grayscale: #B4B4B4. Windows color (decimal): -8466498 or 12504958. OLE color: 12504958.

HSL color Cylindrical-coordinate representation of color #7ECFBE: hue angle of 167.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECFBE is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB126207190-
CMYK0.3900.080.19
HSL167.41º45.76%65.29%-
HSV(B)167.41º39.13%81.18%-
XYZ40.2152.7856.78-
YUV180.84133.1688.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.09%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=24.09%
G=39.58%
B=36.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071900.3900.080.19167.4145.7665.29
Hex7ECFBE270813a72e41
Octal176317276470102324756101
Binary111111011001111101111101001110100010011101001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,207,190); }

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

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

 a { background-color: rgb(126,207,190); }

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

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

 span { border-color: rgb(126,207,190); }

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