Html Css Color HEX #83EEBE Aquamarine

📋 copy color: '#83EEBE'

red 131 ◦ green 238 ◦ blue 190

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

Shades of Aquamarine #83EEBE

Tints of Aquamarine #83EEBE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.58%

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 23.43%
G = 42.58%
B = 33.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#83EEBE (or 0x83EEBE) is known color: Aquamarine. HEX triplet: 83, EE and BE. RGB value is (131,238,190). Sum of RGB (Red+Green+Blue) = 131+238+190=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEBE is #7C1141. Grayscale: #C8C8C8. Windows color (decimal): -8130882 or 12512899. OLE color: 12512899.

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

Color convert

RGB 131 238 190 -
CMYK 0.45 0 0.20 0.07
HSL 153.08º 0.76% 0.72% -
HSV(B) 153.08º 0.45% 0.93% -
XYZ 49.23 69.69 59.57 -
YUV 200.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 131 238 190 0.45 0 0.20 0.07 153.08 0.76 0.72
Hex 83 EE BE 2D 0 14 7 99 4C 48
Octal 203 356 276 55 0 24 7 231 114 110
Binary 10000011 11101110 10111110 101101 0 10100 111 10011001 1001100 1001000

Color Harmonies of #83EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEBE

Black with #83EEBE

Text Example


Text Example

White with #83EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,238,190); }

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

background-color css

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

 a { background-color: rgb(131,238,190); }

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

border-color css

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

 span { border-color: rgb(131,238,190); }

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