Html Css Color HEX #83FCC6 Aquamarine

📋 copy color: '#83FCC6'

red 131 ◦ green 252 ◦ blue 198

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

Shades of Aquamarine #83FCC6

Tints of Aquamarine #83FCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.37%

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 22.55%
G = 43.37%
B = 34.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#83FCC6 (or 0x83FCC6) is known color: Aquamarine. HEX triplet: 83, FC and C6. RGB value is (131,252,198). Sum of RGB (Red+Green+Blue) = 131+252+198=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCC6 is #7C0339. Grayscale: #D1D1D1. Windows color (decimal): -8127290 or 13040771. OLE color: 13040771.

HSL color Cylindrical-coordinate representation of color #83FCC6: hue angle of 153.22º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FCC6 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 252 198 -
CMYK 0.48 0 0.21 0.01
HSL 153.22º 0.95% 0.75% -
HSV(B) 153.22º 0.48% 0.99% -
XYZ 54.36 78.52 65.72 -
YUV 209.67 121.41 71.89 -
System Red Green Blue C M Y K H S L
Decimal 131 252 198 0.48 0 0.21 0.01 153.22 0.95 0.75
Hex 83 FC C6 30 0 15 1 99 5F 4B
Octal 203 374 306 60 0 25 1 231 137 113
Binary 10000011 11111100 11000110 110000 0 10101 1 10011001 1011111 1001011

Color Harmonies of #83FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCC6

Black with #83FCC6

Text Example


Text Example

White with #83FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,252,198); }

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

background-color css

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

 a { background-color: rgb(131,252,198); }

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

border-color css

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

 span { border-color: rgb(131,252,198); }

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