#7BEDD3

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

Shades of Aquamarine #7BEDD3

Tints of Aquamarine #7BEDD3

Color information

#7BEDD3 (or 0x7BEDD3) is unknown color: approx Aquamarine. HEX triplet: 7B, ED and D3. RGB value is (123,237,211). Sum of RGB (Red+Green+Blue) = 123+237+211=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDD3 is #84122C. Grayscale: #C7C7C7. Windows color (decimal): -8655405 or 13888891. OLE color: 13888891.

HSL color Cylindrical-coordinate representation of color #7BEDD3: hue angle of 166.32º degrees, saturation: 0.76, 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 #7BEDD3 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB123237211-
CMYK0.4800.110.07
HSL166.32º76%70.59%-
HSV(B)166.32º48.1%92.94%-
XYZ50.2169.4872.39-
YUV199.95134.2373.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.54%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 211 (82.81% from 255) = 36.95%
R=21.54%
G=41.51%
B=36.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232372110.4800.110.07166.327670.59
Hex7BEDD3300B7a64c47
Octal173355323600137246114107
Binary11110111110110111010011110000010111111010011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,237,211); }

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

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

 a { background-color: rgb(123,237,211); }

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

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

 span { border-color: rgb(123,237,211); }

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