Html Css Color HEX #82EEC9 Aquamarine

📋 copy color: '#82EEC9'

red 130 ◦ green 238 ◦ blue 201

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

Shades of Aquamarine #82EEC9

Tints of Aquamarine #82EEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.33%

R = 22.85%
G = 41.83%
B = 35.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#82EEC9 (or 0x82EEC9) is known color: Aquamarine. HEX triplet: 82, EE and C9. RGB value is (130,238,201). Sum of RGB (Red+Green+Blue) = 130+238+201=569 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.85% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEC9 is #7D1136. Grayscale: #C9C9C9. Windows color (decimal): -8196407 or 13233794. OLE color: 13233794.

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

Color convert

RGB 130 238 201 -
CMYK 0.45 0 0.16 0.07
HSL 159.44º 0.76% 0.72% -
HSV(B) 159.44º 0.45% 0.93% -
XYZ 50.32 70.11 66.14 -
YUV 201.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 130 238 201 0.45 0 0.16 0.07 159.44 0.76 0.72
Hex 82 EE C9 2D 0 10 7 9F 4C 48
Octal 202 356 311 55 0 20 7 237 114 110
Binary 10000010 11101110 11001001 101101 0 10000 111 10011111 1001100 1001000

Color Harmonies of #82EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEC9

Black with #82EEC9

Text Example


Text Example

White with #82EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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