#83EEE2

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

Shades of Aquamarine #83EEE2

Tints of Aquamarine #83EEE2

Color information

#83EEE2 (or 0x83EEE2) is unknown color: approx Aquamarine. HEX triplet: 83, EE and E2. RGB value is (131,238,226). Sum of RGB (Red+Green+Blue) = 131+238+226=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEE2 is #7C111D. Grayscale: #CCCCCC. Windows color (decimal): -8130846 or 14872195. OLE color: 14872195.

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

Color convert

RGB131238226-
CMYK0.4500.050.07
HSL173.27º75.89%72.35%-
HSV(B)173.27º44.96%93.33%-
XYZ53.6671.4782.92-
YUV204.64140.0575.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.02%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 226 (88.67% from 255) = 37.98%
R=22.02%
G=40%
B=37.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312382260.4500.050.07173.2775.8972.35
Hex83EEE22D057ad4c48
Octal20335634255057255114110
Binary10000011111011101110001010110101011111010110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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