Html Css Color HEX #83FEC2 Aquamarine

📋 copy color: '#83FEC2'

red 131 ◦ green 254 ◦ blue 194

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

Shades of Aquamarine #83FEC2

Tints of Aquamarine #83FEC2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.87%

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 22.63%
G = 43.87%
B = 33.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#83FEC2 (or 0x83FEC2) is known color: Aquamarine. HEX triplet: 83, FE and C2. RGB value is (131,254,194). Sum of RGB (Red+Green+Blue) = 131+254+194=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #83FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FEC2 is #7C013D. Grayscale: #D2D2D2. Windows color (decimal): -8126782 or 12779139. OLE color: 12779139.

HSL color Cylindrical-coordinate representation of color #83FEC2: hue angle of 150.73º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FEC2 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 254 194 -
CMYK 0.48 0 0.24 0.00
HSL 150.73º 0.98% 0.75% -
HSV(B) 150.73º 0.48% 1% -
XYZ 54.54 79.6 63.53 -
YUV 210.38 118.75 71.38 -
System Red Green Blue C M Y K H S L
Decimal 131 254 194 0.48 0 0.24 0.00 150.73 0.98 0.75
Hex 83 FE C2 30 0 18 0 97 62 4B
Octal 203 376 302 60 0 30 0 227 142 113
Binary 10000011 11111110 11000010 110000 0 11000 0 10010111 1100010 1001011

Color Harmonies of #83FEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FEC2

Black with #83FEC2

Text Example


Text Example

White with #83FEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,254,194); }

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

background-color css

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

 a { background-color: rgb(131,254,194); }

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

border-color css

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

 span { border-color: rgb(131,254,194); }

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