#83EFCA

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

Shades of Aquamarine #83EFCA

Tints of Aquamarine #83EFCA

Color information

#83EFCA (or 0x83EFCA) is unknown color: approx Aquamarine. HEX triplet: 83, EF and CA. RGB value is (131,239,202). Sum of RGB (Red+Green+Blue) = 131+239+202=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFCA is #7C1035. Grayscale: #CACACA. Windows color (decimal): -8130614 or 13299587. OLE color: 13299587.

HSL color Cylindrical-coordinate representation of color #83EFCA: hue angle of 159.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFCA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB131239202-
CMYK0.4500.150.06
HSL159.44º77.14%72.55%-
HSV(B)159.44º45.19%93.73%-
XYZ50.8970.8266.87-
YUV202.49127.7277.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.90%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=22.90%
G=41.78%
B=35.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312392020.4500.150.06159.4477.1472.55
Hex83EFCA2D0F69f4d49
Octal203357312550176237115111
Binary100000111110111111001010101101011111101001111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,239,202); }

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

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

 a { background-color: rgb(131,239,202); }

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

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

 span { border-color: rgb(131,239,202); }

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