Html Css Color HEX #83F7DD Aquamarine

📋 copy color: '#83F7DD'

red 131 ◦ green 247 ◦ blue 221

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

Shades of Aquamarine #83F7DD

Tints of Aquamarine #83F7DD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.24%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 21.87%
G = 41.24%
B = 36.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#83F7DD (or 0x83F7DD) is known color: Aquamarine. HEX triplet: 83, F7 and DD. RGB value is (131,247,221). Sum of RGB (Red+Green+Blue) = 131+247+221=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F7DD is #7C0822. Grayscale: #D1D1D1. Windows color (decimal): -8128547 or 14546819. OLE color: 14546819.

HSL color Cylindrical-coordinate representation of color #83F7DD: hue angle of 166.55º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7DD is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 247 221 -
CMYK 0.47 0 0.11 0.03
HSL 166.55º 0.88% 0.74% -
HSV(B) 166.55º 0.47% 0.97% -
XYZ 55.67 76.57 80.25 -
YUV 209.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 131 247 221 0.47 0 0.11 0.03 166.55 0.88 0.74
Hex 83 F7 DD 2F 0 B 3 A7 58 4A
Octal 203 367 335 57 0 13 3 247 130 112
Binary 10000011 11110111 11011101 101111 0 1011 11 10100111 1011000 1001010

Color Harmonies of #83F7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F7DD

Black with #83F7DD

Text Example


Text Example

White with #83F7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,247,221); }

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

background-color css

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

 a { background-color: rgb(131,247,221); }

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

border-color css

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

 span { border-color: rgb(131,247,221); }

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