#83EDBF

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

Shades of Aquamarine #83EDBF

Tints of Aquamarine #83EDBF

Color information

#83EDBF (or 0x83EDBF) is unknown color: approx Aquamarine. HEX triplet: 83, ED and BF. RGB value is (131,237,191). Sum of RGB (Red+Green+Blue) = 131+237+191=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDBF is #7C1240. Grayscale: #C8C8C8. Windows color (decimal): -8131137 or 12578179. OLE color: 12578179.

HSL color Cylindrical-coordinate representation of color #83EDBF: hue angle of 153.96º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDBF is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB131237191-
CMYK0.4500.190.07
HSL153.96º74.65%72.16%-
HSV(B)153.96º44.73%92.94%-
XYZ49.0569.1660.05-
YUV200.06122.8878.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.43%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 191 (75% from 255) = 34.17%
R=23.43%
G=42.40%
B=34.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312371910.4500.190.07153.9674.6572.16
Hex83EDBF2D01379a4b48
Octal203355277550237232113110
Binary1000001111101101101111111011010100111111001101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83EDBF; }

 p { color: rgb(131,237,191); }

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

<style>
 a { background-color: #83EDBF; }

 a { background-color: rgb(131,237,191); }

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

<style>
 span { border-color: #83EDBF; }

 span { border-color: rgb(131,237,191); }

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