Html Css Color HEX #83EEDB Aquamarine

📋 copy color: '#83EEDB'

red 131 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #83EEDB

Tints of Aquamarine #83EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 22.28%
G = 40.48%
B = 37.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#83EEDB (or 0x83EEDB) is known color: Aquamarine. HEX triplet: 83, EE and DB. RGB value is (131,238,219). Sum of RGB (Red+Green+Blue) = 131+238+219=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEDB is #7C1124. Grayscale: #CBCBCB. Windows color (decimal): -8130853 or 14413443. OLE color: 14413443.

HSL color Cylindrical-coordinate representation of color #83EEDB: hue angle of 169.35º 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 #83EEDB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 238 219 -
CMYK 0.45 0 0.08 0.07
HSL 169.35º 0.76% 0.72% -
HSV(B) 169.35º 0.45% 0.93% -
XYZ 52.72 71.09 77.96 -
YUV 203.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 131 238 219 0.45 0 0.08 0.07 169.35 0.76 0.72
Hex 83 EE DB 2D 0 8 7 A9 4C 48
Octal 203 356 333 55 0 10 7 251 114 110
Binary 10000011 11101110 11011011 101101 0 1000 111 10101001 1001100 1001000

Color Harmonies of #83EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEDB

Black with #83EEDB

Text Example


Text Example

White with #83EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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