Html Css Color HEX #83F8DC Aquamarine

📋 copy color: '#83F8DC'

red 131 ◦ green 248 ◦ blue 220

#83F8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #83F8DC

Tints of Aquamarine #83F8DC

RGB

 RED value IS 131 (51.56% from 255) = 21.87%

 GREEN value IS 248 (97.27% from 255) = 41.4%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 21.87%
G = 41.4%
B = 36.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#83F8DC (or 0x83F8DC) is known color: Aquamarine. HEX triplet: 83, F8 and DC. RGB value is (131,248,220). Sum of RGB (Red+Green+Blue) = 131+248+220=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8DC is #7C0723. Grayscale: #D1D1D1. Windows color (decimal): -8128292 or 14481539. OLE color: 14481539.

HSL color Cylindrical-coordinate representation of color #83F8DC: hue angle of 165.64º 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 #83F8DC is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 248 220 -
CMYK 0.47 0 0.11 0.03
HSL 165.64º 0.89% 0.74% -
HSV(B) 165.64º 0.47% 0.97% -
XYZ 55.85 77.13 79.65 -
YUV 209.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 131 248 220 0.47 0 0.11 0.03 165.64 0.89 0.74
Hex 83 F8 DC 2F 0 B 3 A6 59 4A
Octal 203 370 334 57 0 13 3 246 131 112
Binary 10000011 11111000 11011100 101111 0 1011 11 10100110 1011001 1001010

Color Harmonies of #83F8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F8DC

Black with #83F8DC

Text Example


Text Example

White with #83F8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83F8DC;
 }
 .AnyTagClassName
 {
   color: #83F8DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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