Html Css Color HEX #83FAC9 Aquamarine

📋 copy color: '#83FAC9'

red 131 ◦ green 250 ◦ blue 201

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

Shades of Aquamarine #83FAC9

Tints of Aquamarine #83FAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.54%

R = 22.51%
G = 42.96%
B = 34.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#83FAC9 (or 0x83FAC9) is known color: Aquamarine. HEX triplet: 83, FA and C9. RGB value is (131,250,201). Sum of RGB (Red+Green+Blue) = 131+250+201=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC9 is #7C0536. Grayscale: #D0D0D0. Windows color (decimal): -8127799 or 13236867. OLE color: 13236867.

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

Color convert

RGB 131 250 201 -
CMYK 0.48 0 0.20 0.02
HSL 155.29º 0.92% 0.75% -
HSV(B) 155.29º 0.48% 0.98% -
XYZ 54.09 77.41 67.35 -
YUV 208.83 123.58 72.48 -
System Red Green Blue C M Y K H S L
Decimal 131 250 201 0.48 0 0.20 0.02 155.29 0.92 0.75
Hex 83 FA C9 30 0 14 2 9B 5C 4B
Octal 203 372 311 60 0 24 2 233 134 113
Binary 10000011 11111010 11001001 110000 0 10100 10 10011011 1011100 1001011

Color Harmonies of #83FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAC9

Black with #83FAC9

Text Example


Text Example

White with #83FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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