Html Css Color HEX #82EEBE Aquamarine

📋 copy color: '#82EEBE'

red 130 ◦ green 238 ◦ blue 190

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

Shades of Aquamarine #82EEBE

Tints of Aquamarine #82EEBE

RGB

 RED value IS 130 (51.17% from 255) = 23.3%

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

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

R = 23.3%
G = 42.65%
B = 34.05%

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

#82EEBE (or 0x82EEBE) is known color: Aquamarine. HEX triplet: 82, EE and BE. RGB value is (130,238,190). Sum of RGB (Red+Green+Blue) = 130+238+190=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEBE is #7D1141. Grayscale: #C8C8C8. Windows color (decimal): -8196418 or 12512898. OLE color: 12512898.

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

Color convert

RGB 130 238 190 -
CMYK 0.45 0 0.20 0.07
HSL 153.33º 0.76% 0.72% -
HSV(B) 153.33º 0.45% 0.93% -
XYZ 49.07 69.61 59.57 -
YUV 200.24 122.22 77.9 -
System Red Green Blue C M Y K H S L
Decimal 130 238 190 0.45 0 0.20 0.07 153.33 0.76 0.72
Hex 82 EE BE 2D 0 14 7 99 4C 48
Octal 202 356 276 55 0 24 7 231 114 110
Binary 10000010 11101110 10111110 101101 0 10100 111 10011001 1001100 1001000

Color Harmonies of #82EEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEBE

Black with #82EEBE

Text Example


Text Example

White with #82EEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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