#83EEC0

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

Shades of Aquamarine #83EEC0

Tints of Aquamarine #83EEC0

Color information

#83EEC0 (or 0x83EEC0) is unknown color: approx Aquamarine. HEX triplet: 83, EE and C0. RGB value is (131,238,192). Sum of RGB (Red+Green+Blue) = 131+238+192=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEC0 is #7C113F. Grayscale: #C8C8C8. Windows color (decimal): -8130880 or 12643971. OLE color: 12643971.

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

Color convert

RGB131238192-
CMYK0.4500.190.07
HSL154.21º75.89%72.35%-
HSV(B)154.21º44.96%93.33%-
XYZ49.4569.7860.73-
YUV200.76123.0578.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=23.35%
G=42.42%
B=34.22%

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
Decimal1312381920.4500.190.07154.2175.8972.35
Hex83EEC02D01379a4c48
Octal203356300550237232114110
Binary1000001111101110110000001011010100111111001101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,238,192); }

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

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

 a { background-color: rgb(131,238,192); }

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

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

 span { border-color: rgb(131,238,192); }

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