Html Css Color HEX #83EFBC Aquamarine

📋 copy color: '#83EFBC'

red 131 ◦ green 239 ◦ blue 188

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

Shades of Aquamarine #83EFBC

Tints of Aquamarine #83EFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 23.48%
G = 42.83%
B = 33.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#83EFBC (or 0x83EFBC) is known color: Aquamarine. HEX triplet: 83, EF and BC. RGB value is (131,239,188). Sum of RGB (Red+Green+Blue) = 131+239+188=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFBC is #7C1043. Grayscale: #C8C8C8. Windows color (decimal): -8130628 or 12382083. OLE color: 12382083.

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

Color convert

RGB 131 239 188 -
CMYK 0.45 0 0.21 0.06
HSL 151.67º 0.77% 0.73% -
HSV(B) 151.67º 0.45% 0.94% -
XYZ 49.3 70.19 58.53 -
YUV 200.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 131 239 188 0.45 0 0.21 0.06 151.67 0.77 0.73
Hex 83 EF BC 2D 0 15 6 98 4D 49
Octal 203 357 274 55 0 25 6 230 115 111
Binary 10000011 11101111 10111100 101101 0 10101 110 10011000 1001101 1001001

Color Harmonies of #83EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFBC

Black with #83EFBC

Text Example


Text Example

White with #83EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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