Html Css Color HEX #83EFBA Aquamarine

📋 copy color: '#83EFBA'

red 131 ◦ green 239 ◦ blue 186

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

Shades of Aquamarine #83EFBA

Tints of Aquamarine #83EFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.45%

R = 23.56%
G = 42.99%
B = 33.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#83EFBA (or 0x83EFBA) is known color: Aquamarine. HEX triplet: 83, EF and BA. RGB value is (131,239,186). Sum of RGB (Red+Green+Blue) = 131+239+186=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFBA is #7C1045. Grayscale: #C8C8C8. Windows color (decimal): -8130630 or 12251011. OLE color: 12251011.

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

Color convert

RGB 131 239 186 -
CMYK 0.45 0 0.22 0.06
HSL 150.56º 0.77% 0.73% -
HSV(B) 150.56º 0.45% 0.94% -
XYZ 49.09 70.1 57.4 -
YUV 200.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 131 239 186 0.45 0 0.22 0.06 150.56 0.77 0.73
Hex 83 EF BA 2D 0 16 6 97 4D 49
Octal 203 357 272 55 0 26 6 227 115 111
Binary 10000011 11101111 10111010 101101 0 10110 110 10010111 1001101 1001001

Color Harmonies of #83EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFBA

Black with #83EFBA

Text Example


Text Example

White with #83EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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