Html Css Color HEX #83FACC Aquamarine

📋 copy color: '#83FACC'

red 131 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #83FACC

Tints of Aquamarine #83FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 22.39%
G = 42.74%
B = 34.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#83FACC (or 0x83FACC) is known color: Aquamarine. HEX triplet: 83, FA and CC. RGB value is (131,250,204). Sum of RGB (Red+Green+Blue) = 131+250+204=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #83FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FACC is #7C0533. Grayscale: #D1D1D1. Windows color (decimal): -8127796 or 13433475. OLE color: 13433475.

HSL color Cylindrical-coordinate representation of color #83FACC: hue angle of 156.81º degrees, saturation: 0.92, 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 #83FACC is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 204 -
CMYK 0.48 0 0.18 0.02
HSL 156.81º 0.92% 0.75% -
HSV(B) 156.81º 0.48% 0.98% -
XYZ 54.44 77.56 69.23 -
YUV 209.18 125.08 72.24 -
System Red Green Blue C M Y K H S L
Decimal 131 250 204 0.48 0 0.18 0.02 156.81 0.92 0.75
Hex 83 FA CC 30 0 12 2 9D 5C 4B
Octal 203 372 314 60 0 22 2 235 134 113
Binary 10000011 11111010 11001100 110000 0 10010 10 10011101 1011100 1001011

Color Harmonies of #83FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FACC

Black with #83FACC

Text Example


Text Example

White with #83FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,250,204); }

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

background-color css

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

 a { background-color: rgb(131,250,204); }

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

border-color css

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

 span { border-color: rgb(131,250,204); }

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