Html Css Color HEX #82EEBF Aquamarine

📋 copy color: '#82EEBF'

red 130 ◦ green 238 ◦ blue 191

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

Shades of Aquamarine #82EEBF

Tints of Aquamarine #82EEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.17%

R = 23.26%
G = 42.58%
B = 34.17%

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

#82EEBF (or 0x82EEBF) is known color: Aquamarine. HEX triplet: 82, EE and BF. RGB value is (130,238,191). Sum of RGB (Red+Green+Blue) = 130+238+191=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEBF is #7D1140. Grayscale: #C8C8C8. Windows color (decimal): -8196417 or 12578434. OLE color: 12578434.

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

Color convert

RGB 130 238 191 -
CMYK 0.45 0 0.20 0.07
HSL 153.89º 0.76% 0.72% -
HSV(B) 153.89º 0.45% 0.93% -
XYZ 49.18 69.66 60.14 -
YUV 200.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 130 238 191 0.45 0 0.20 0.07 153.89 0.76 0.72
Hex 82 EE BF 2D 0 14 7 9A 4C 48
Octal 202 356 277 55 0 24 7 232 114 110
Binary 10000010 11101110 10111111 101101 0 10100 111 10011010 1001100 1001000

Color Harmonies of #82EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEBF

Black with #82EEBF

Text Example


Text Example

White with #82EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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