Html Css Color HEX #82EFC0 Aquamarine

📋 copy color: '#82EFC0'

red 130 ◦ green 239 ◦ blue 192

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

Shades of Aquamarine #82EFC0

Tints of Aquamarine #82EFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 23.17%
G = 42.6%
B = 34.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#82EFC0 (or 0x82EFC0) is known color: Aquamarine. HEX triplet: 82, EF and C0. RGB value is (130,239,192). Sum of RGB (Red+Green+Blue) = 130+239+192=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFC0 is #7D103F. Grayscale: #C9C9C9. Windows color (decimal): -8196160 or 12644226. OLE color: 12644226.

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

Color convert

RGB 130 239 192 -
CMYK 0.46 0 0.20 0.06
HSL 154.13º 0.77% 0.72% -
HSV(B) 154.13º 0.46% 0.94% -
XYZ 49.59 70.28 60.82 -
YUV 201.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 130 239 192 0.46 0 0.20 0.06 154.13 0.77 0.72
Hex 82 EF C0 2E 0 14 6 9A 4D 48
Octal 202 357 300 56 0 24 6 232 115 110
Binary 10000010 11101111 11000000 101110 0 10100 110 10011010 1001101 1001000

Color Harmonies of #82EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFC0

Black with #82EFC0

Text Example


Text Example

White with #82EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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