#83F8B8

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

Shades of Aquamarine #83F8B8

Tints of Aquamarine #83F8B8

Color information

#83F8B8 (or 0x83F8B8) is unknown color: approx Aquamarine. HEX triplet: 83, F8 and B8. RGB value is (131,248,184). Sum of RGB (Red+Green+Blue) = 131+248+184=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8B8 is #7C0747. Grayscale: #CDCDCD. Windows color (decimal): -8128328 or 12122243. OLE color: 12122243.

HSL color Cylindrical-coordinate representation of color #83F8B8: hue angle of 147.18º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8B8 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB131248184-
CMYK0.4700.260.03
HSL147.18º89.31%74.31%-
HSV(B)147.18º47.18%97.25%-
XYZ51.5875.4257.19-
YUV205.72115.7474.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=23.27%
G=44.05%
B=32.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312481840.4700.260.03147.1889.3174.31
Hex83F8B82F01A393594a
Octal203370270570323223131112
Binary100000111111100010111000101111011010111001001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,248,184); }

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

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

 a { background-color: rgb(131,248,184); }

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

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

 span { border-color: rgb(131,248,184); }

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