Html Css Color HEX #83EED6 Aquamarine

📋 copy color: '#83EED6'

red 131 ◦ green 238 ◦ blue 214

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

Shades of Aquamarine #83EED6

Tints of Aquamarine #83EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.82%

 BLUE value IS 214 (83.98% from 255) = 36.71%

R = 22.47%
G = 40.82%
B = 36.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#83EED6 (or 0x83EED6) is known color: Aquamarine. HEX triplet: 83, EE and D6. RGB value is (131,238,214). Sum of RGB (Red+Green+Blue) = 131+238+214=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #83EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EED6 is #7C1129. Grayscale: #CBCBCB. Windows color (decimal): -8130858 or 14085763. OLE color: 14085763.

HSL color Cylindrical-coordinate representation of color #83EED6: hue angle of 166.54º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EED6 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 238 214 -
CMYK 0.45 0 0.10 0.07
HSL 166.54º 0.76% 0.72% -
HSV(B) 166.54º 0.45% 0.93% -
XYZ 52.07 70.83 74.55 -
YUV 203.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 131 238 214 0.45 0 0.10 0.07 166.54 0.76 0.72
Hex 83 EE D6 2D 0 A 7 A7 4C 48
Octal 203 356 326 55 0 12 7 247 114 110
Binary 10000011 11101110 11010110 101101 0 1010 111 10100111 1001100 1001000

Color Harmonies of #83EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EED6

Black with #83EED6

Text Example


Text Example

White with #83EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,238,214); }

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

background-color css

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

 a { background-color: rgb(131,238,214); }

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

border-color css

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

 span { border-color: rgb(131,238,214); }

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