#7AE2BD

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

Shades of Bermuda #7AE2BD

Tints of Bermuda #7AE2BD

Color information

#7AE2BD (or 0x7AE2BD) is unknown color: approx Bermuda. HEX triplet: 7A, E2 and BD. RGB value is (122,226,189). Sum of RGB (Red+Green+Blue) = 122+226+189=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE2BD is #851D42. Grayscale: #BEBEBE. Windows color (decimal): -8723779 or 12444282. OLE color: 12444282.

HSL color Cylindrical-coordinate representation of color #7AE2BD: hue angle of 158.65º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE2BD is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB122226189-
CMYK0.4600.160.11
HSL158.65º64.2%68.24%-
HSV(B)158.65º46.02%88.63%-
XYZ44.4162.257.81-
YUV190.69127.0479.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.72%
GREEN value IS 226 (88.67% from 255) = 42.09%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=22.72%
G=42.09%
B=35.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222261890.4600.160.11158.6564.268.24
Hex7AE2BD2E010B9f4044
Octal1723422755602013237100104
Binary1111010111000101011110110111001000010111001111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,226,189); }

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

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

 a { background-color: rgb(122,226,189); }

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

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

 span { border-color: rgb(122,226,189); }

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