#7BEEE1

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

Shades of Aquamarine #7BEEE1

Tints of Aquamarine #7BEEE1

Color information

#7BEEE1 (or 0x7BEEE1) is unknown color: approx Aquamarine. HEX triplet: 7B, EE and E1. RGB value is (123,238,225). Sum of RGB (Red+Green+Blue) = 123+238+225=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEE1 is #84111E. Grayscale: #CACACA. Windows color (decimal): -8655135 or 14806651. OLE color: 14806651.

HSL color Cylindrical-coordinate representation of color #7BEEE1: hue angle of 173.22º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEE1 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB123238225-
CMYK0.4800.050.07
HSL173.22º77.18%70.78%-
HSV(B)173.22º48.32%93.33%-
XYZ52.3370.882.14-
YUV202.13140.971.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.99%
GREEN value IS 238 (93.36% from 255) = 40.61%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=20.99%
G=40.61%
B=38.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232382250.4800.050.07173.2277.1870.78
Hex7BEEE130057ad4d47
Octal17335634160057255115107
Binary1111011111011101110000111000001011111010110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,238,225); }

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

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

 a { background-color: rgb(123,238,225); }

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

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

 span { border-color: rgb(123,238,225); }

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