Html Css Color HEX #83F3E0 Aquamarine

📋 copy color: '#83F3E0'

red 131 ◦ green 243 ◦ blue 224

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

Shades of Aquamarine #83F3E0

Tints of Aquamarine #83F3E0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.64%

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 21.91%
G = 40.64%
B = 37.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#83F3E0 (or 0x83F3E0) is known color: Aquamarine. HEX triplet: 83, F3 and E0. RGB value is (131,243,224). Sum of RGB (Red+Green+Blue) = 131+243+224=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3E0 is #7C0C1F. Grayscale: #CFCFCF. Windows color (decimal): -8129568 or 14742403. OLE color: 14742403.

HSL color Cylindrical-coordinate representation of color #83F3E0: hue angle of 169.82º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3E0 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 243 224 -
CMYK 0.46 0 0.08 0.05
HSL 169.82º 0.82% 0.73% -
HSV(B) 169.82º 0.46% 0.95% -
XYZ 54.87 74.31 81.97 -
YUV 207.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 131 243 224 0.46 0 0.08 0.05 169.82 0.82 0.73
Hex 83 F3 E0 2E 0 8 5 AA 52 49
Octal 203 363 340 56 0 10 5 252 122 111
Binary 10000011 11110011 11100000 101110 0 1000 101 10101010 1010010 1001001

Color Harmonies of #83F3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F3E0

Black with #83F3E0

Text Example


Text Example

White with #83F3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,243,224); }

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

background-color css

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

 a { background-color: rgb(131,243,224); }

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

border-color css

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

 span { border-color: rgb(131,243,224); }

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