#7AEAB7

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

Shades of Bermuda #7AEAB7

Tints of Bermuda #7AEAB7

Color information

#7AEAB7 (or 0x7AEAB7) is unknown color: approx Bermuda. HEX triplet: 7A, EA and B7. RGB value is (122,234,183). Sum of RGB (Red+Green+Blue) = 122+234+183=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEAB7 is #851548. Grayscale: #C2C2C2. Windows color (decimal): -8721737 or 12053114. OLE color: 12053114.

HSL color Cylindrical-coordinate representation of color #7AEAB7: hue angle of 152.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AEAB7 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB122234183-
CMYK0.4800.220.08
HSL152.68º72.73%69.8%-
HSV(B)152.68º47.86%91.76%-
XYZ4666.455.19-
YUV194.7121.3976.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.63%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=22.63%
G=43.41%
B=33.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1222341830.4800.220.08152.6872.7369.8
Hex7AEAB7300168994946
Octal1723522676002610231111106
Binary1111010111010101011011111000001011010001001100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,234,183); }

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

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

 a { background-color: rgb(122,234,183); }

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

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

 span { border-color: rgb(122,234,183); }

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