#7AE4BD

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

Shades of Bermuda #7AE4BD

Tints of Bermuda #7AE4BD

Color information

#7AE4BD (or 0x7AE4BD) is unknown color: approx Bermuda. HEX triplet: 7A, E4 and BD. RGB value is (122,228,189). Sum of RGB (Red+Green+Blue) = 122+228+189=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #7AE4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE4BD is #851B42. Grayscale: #BFBFBF. Windows color (decimal): -8723267 or 12444794. OLE color: 12444794.

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

Color convert

RGB122228189-
CMYK0.4600.170.11
HSL157.92º66.25%68.63%-
HSV(B)157.92º46.49%89.41%-
XYZ44.9563.357.99-
YUV191.86126.3878.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.63%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=22.63%
G=42.30%
B=35.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222281890.4600.170.11157.9266.2568.63
Hex7AE4BD2E011B9e4245
Octal1723442755602113236102105
Binary1111010111001001011110110111001000110111001111010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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