Html Css Color HEX #83FAC1 Aquamarine

📋 copy color: '#83FAC1'

red 131 ◦ green 250 ◦ blue 193

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

Shades of Aquamarine #83FAC1

Tints of Aquamarine #83FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.62%

R = 22.82%
G = 43.55%
B = 33.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#83FAC1 (or 0x83FAC1) is known color: Aquamarine. HEX triplet: 83, FA and C1. RGB value is (131,250,193). Sum of RGB (Red+Green+Blue) = 131+250+193=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAC1 is #7C053E. Grayscale: #D0D0D0. Windows color (decimal): -8127807 or 12712579. OLE color: 12712579.

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

Color convert

RGB 131 250 193 -
CMYK 0.48 0 0.23 0.02
HSL 151.26º 0.92% 0.75% -
HSV(B) 151.26º 0.48% 0.98% -
XYZ 53.17 77.05 62.52 -
YUV 207.92 119.58 73.13 -
System Red Green Blue C M Y K H S L
Decimal 131 250 193 0.48 0 0.23 0.02 151.26 0.92 0.75
Hex 83 FA C1 30 0 17 2 97 5C 4B
Octal 203 372 301 60 0 27 2 227 134 113
Binary 10000011 11111010 11000001 110000 0 10111 10 10010111 1011100 1001011

Color Harmonies of #83FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAC1

Black with #83FAC1

Text Example


Text Example

White with #83FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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