#83FBDC

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

Shades of Aquamarine #83FBDC

Tints of Aquamarine #83FBDC

Color information

#83FBDC (or 0x83FBDC) is unknown color: approx Aquamarine. HEX triplet: 83, FB and DC. RGB value is (131,251,220). Sum of RGB (Red+Green+Blue) = 131+251+220=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBDC is #7C0423. Grayscale: #D3D3D3. Windows color (decimal): -8127524 or 14482307. OLE color: 14482307.

HSL color Cylindrical-coordinate representation of color #83FBDC: hue angle of 164.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBDC is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB131251220-
CMYK0.4800.120.02
HSL164.5º93.75%74.9%-
HSV(B)164.5º47.81%98.43%-
XYZ56.7878.9979.96-
YUV211.59132.7470.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.76%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=21.76%
G=41.69%
B=36.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312512200.4800.120.02164.593.7574.9
Hex83FBDC300C2a45e4b
Octal203373334600142244136113
Binary10000011111110111101110011000001100101010010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,251,220); }

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

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

 a { background-color: rgb(131,251,220); }

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

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

 span { border-color: rgb(131,251,220); }

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