Html Css Color HEX #83EDDE Aquamarine

📋 copy color: '#83EDDE'

red 131 ◦ green 237 ◦ blue 222

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

Shades of Aquamarine #83EDDE

Tints of Aquamarine #83EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.17%

 BLUE value IS 222 (87.11% from 255) = 37.63%

R = 22.2%
G = 40.17%
B = 37.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#83EDDE (or 0x83EDDE) is known color: Aquamarine. HEX triplet: 83, ED and DE. RGB value is (131,237,222). Sum of RGB (Red+Green+Blue) = 131+237+222=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDDE is #7C1221. Grayscale: #CBCBCB. Windows color (decimal): -8131106 or 14609795. OLE color: 14609795.

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

Color convert

RGB 131 237 222 -
CMYK 0.45 0 0.06 0.07
HSL 171.51º 0.75% 0.72% -
HSV(B) 171.51º 0.45% 0.93% -
XYZ 52.83 70.67 79.96 -
YUV 203.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 131 237 222 0.45 0 0.06 0.07 171.51 0.75 0.72
Hex 83 ED DE 2D 0 6 7 AC 4B 48
Octal 203 355 336 55 0 6 7 254 113 110
Binary 10000011 11101101 11011110 101101 0 110 111 10101100 1001011 1001000

Color Harmonies of #83EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDDE

Black with #83EDDE

Text Example


Text Example

White with #83EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,237,222); }

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

background-color css

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

 a { background-color: rgb(131,237,222); }

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

border-color css

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

 span { border-color: rgb(131,237,222); }

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