Html Css Color HEX #83F2DD Aquamarine

📋 copy color: '#83F2DD'

red 131 ◦ green 242 ◦ blue 221

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

Shades of Aquamarine #83F2DD

Tints of Aquamarine #83F2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.74%

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

R = 22.05%
G = 40.74%
B = 37.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#83F2DD (or 0x83F2DD) is known color: Aquamarine. HEX triplet: 83, F2 and DD. RGB value is (131,242,221). Sum of RGB (Red+Green+Blue) = 131+242+221=594 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.05% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F2DD is #7C0D22. Grayscale: #CECECE. Windows color (decimal): -8129827 or 14545539. OLE color: 14545539.

HSL color Cylindrical-coordinate representation of color #83F2DD: hue angle of 168.65º degrees, saturation: 0.81, 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 #83F2DD is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 242 221 -
CMYK 0.46 0 0.09 0.05
HSL 168.65º 0.81% 0.73% -
HSV(B) 168.65º 0.46% 0.95% -
XYZ 54.16 73.55 79.75 -
YUV 206.42 136.23 74.21 -
System Red Green Blue C M Y K H S L
Decimal 131 242 221 0.46 0 0.09 0.05 168.65 0.81 0.73
Hex 83 F2 DD 2E 0 9 5 A9 51 49
Octal 203 362 335 56 0 11 5 251 121 111
Binary 10000011 11110010 11011101 101110 0 1001 101 10101001 1010001 1001001

Color Harmonies of #83F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F2DD

Black with #83F2DD

Text Example


Text Example

White with #83F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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