Html Css Color HEX #82EFC9 Aquamarine

📋 copy color: '#82EFC9'

red 130 ◦ green 239 ◦ blue 201

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

Shades of Aquamarine #82EFC9

Tints of Aquamarine #82EFC9

RGB

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

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

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

R = 22.81%
G = 41.93%
B = 35.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#82EFC9 (or 0x82EFC9) is known color: Aquamarine. HEX triplet: 82, EF and C9. RGB value is (130,239,201). Sum of RGB (Red+Green+Blue) = 130+239+201=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFC9 is #7D1036. Grayscale: #CACACA. Windows color (decimal): -8196151 or 13234050. OLE color: 13234050.

HSL color Cylindrical-coordinate representation of color #82EFC9: hue angle of 159.08º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFC9 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 239 201 -
CMYK 0.46 0 0.16 0.06
HSL 159.08º 0.77% 0.72% -
HSV(B) 159.08º 0.46% 0.94% -
XYZ 50.62 70.7 66.24 -
YUV 202.08 127.39 76.59 -
System Red Green Blue C M Y K H S L
Decimal 130 239 201 0.46 0 0.16 0.06 159.08 0.77 0.72
Hex 82 EF C9 2E 0 10 6 9F 4D 48
Octal 202 357 311 56 0 20 6 237 115 110
Binary 10000010 11101111 11001001 101110 0 10000 110 10011111 1001101 1001000

Color Harmonies of #82EFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFC9

Black with #82EFC9

Text Example


Text Example

White with #82EFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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