Html Css Color HEX #83EFD2 Aquamarine

📋 copy color: '#83EFD2'

red 131 ◦ green 239 ◦ blue 210

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

Shades of Aquamarine #83EFD2

Tints of Aquamarine #83EFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 22.59%
G = 41.21%
B = 36.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#83EFD2 (or 0x83EFD2) is known color: Aquamarine. HEX triplet: 83, EF and D2. RGB value is (131,239,210). Sum of RGB (Red+Green+Blue) = 131+239+210=580 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.59% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFD2 is #7C102D. Grayscale: #CBCBCB. Windows color (decimal): -8130606 or 13823875. OLE color: 13823875.

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

Color convert

RGB 131 239 210 -
CMYK 0.45 0 0.12 0.06
HSL 163.89º 0.77% 0.73% -
HSV(B) 163.89º 0.45% 0.94% -
XYZ 51.86 71.21 71.98 -
YUV 203.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 131 239 210 0.45 0 0.12 0.06 163.89 0.77 0.73
Hex 83 EF D2 2D 0 C 6 A4 4D 49
Octal 203 357 322 55 0 14 6 244 115 111
Binary 10000011 11101111 11010010 101101 0 1100 110 10100100 1001101 1001001

Color Harmonies of #83EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFD2

Black with #83EFD2

Text Example


Text Example

White with #83EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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