Html Css Color HEX #83F9DE Aquamarine

📋 copy color: '#83F9DE'

red 131 ◦ green 249 ◦ blue 222

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

Shades of Aquamarine #83F9DE

Tints of Aquamarine #83F9DE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.36%

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 21.76%
G = 41.36%
B = 36.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#83F9DE (or 0x83F9DE) is known color: Aquamarine. HEX triplet: 83, F9 and DE. RGB value is (131,249,222). Sum of RGB (Red+Green+Blue) = 131+249+222=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F9DE is #7C0621. Grayscale: #D2D2D2. Windows color (decimal): -8128034 or 14612867. OLE color: 14612867.

HSL color Cylindrical-coordinate representation of color #83F9DE: hue angle of 166.27º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9DE is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 249 222 -
CMYK 0.47 0 0.11 0.02
HSL 166.27º 0.91% 0.75% -
HSV(B) 166.27º 0.47% 0.98% -
XYZ 56.42 77.85 81.16 -
YUV 210.64 134.41 71.2 -
System Red Green Blue C M Y K H S L
Decimal 131 249 222 0.47 0 0.11 0.02 166.27 0.91 0.75
Hex 83 F9 DE 2F 0 B 2 A6 5B 4B
Octal 203 371 336 57 0 13 2 246 133 113
Binary 10000011 11111001 11011110 101111 0 1011 10 10100110 1011011 1001011

Color Harmonies of #83F9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F9DE

Black with #83F9DE

Text Example


Text Example

White with #83F9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,249,222); }

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

background-color css

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

 a { background-color: rgb(131,249,222); }

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

border-color css

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

 span { border-color: rgb(131,249,222); }

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