Html Css Color HEX #83EFDC Aquamarine

📋 copy color: '#83EFDC'

red 131 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #83EFDC

Tints of Aquamarine #83EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.51%

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 22.2%
G = 40.51%
B = 37.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#83EFDC (or 0x83EFDC) is known color: Aquamarine. HEX triplet: 83, EF and DC. RGB value is (131,239,220). Sum of RGB (Red+Green+Blue) = 131+239+220=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFDC is #7C1023. Grayscale: #CCCCCC. Windows color (decimal): -8130596 or 14479235. OLE color: 14479235.

HSL color Cylindrical-coordinate representation of color #83EFDC: hue angle of 169.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFDC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 220 -
CMYK 0.45 0 0.08 0.06
HSL 169.44º 0.77% 0.73% -
HSV(B) 169.44º 0.45% 0.94% -
XYZ 53.14 71.73 78.75 -
YUV 204.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 131 239 220 0.45 0 0.08 0.06 169.44 0.77 0.73
Hex 83 EF DC 2D 0 8 6 A9 4D 49
Octal 203 357 334 55 0 10 6 251 115 111
Binary 10000011 11101111 11011100 101101 0 1000 110 10101001 1001101 1001001

Color Harmonies of #83EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFDC

Black with #83EFDC

Text Example


Text Example

White with #83EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,220); }

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

background-color css

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

 a { background-color: rgb(131,239,220); }

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

border-color css

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

 span { border-color: rgb(131,239,220); }

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