Html Css Color HEX #82F9C9 Aquamarine

📋 copy color: '#82F9C9'

red 130 ◦ green 249 ◦ blue 201

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

Shades of Aquamarine #82F9C9

Tints of Aquamarine #82F9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

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

R = 22.41%
G = 42.93%
B = 34.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#82F9C9 (or 0x82F9C9) is known color: Aquamarine. HEX triplet: 82, F9 and C9. RGB value is (130,249,201). Sum of RGB (Red+Green+Blue) = 130+249+201=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9C9 is #7D0636. Grayscale: #D0D0D0. Windows color (decimal): -8193591 or 13236610. OLE color: 13236610.

HSL color Cylindrical-coordinate representation of color #82F9C9: hue angle of 155.8º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9C9 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 201 -
CMYK 0.48 0 0.19 0.02
HSL 155.8º 0.91% 0.74% -
HSV(B) 155.8º 0.48% 0.98% -
XYZ 53.62 76.71 67.24 -
YUV 207.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 130 249 201 0.48 0 0.19 0.02 155.8 0.91 0.74
Hex 82 F9 C9 30 0 13 2 9C 5B 4A
Octal 202 371 311 60 0 23 2 234 133 112
Binary 10000010 11111001 11001001 110000 0 10011 10 10011100 1011011 1001010

Color Harmonies of #82F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F9C9

Black with #82F9C9

Text Example


Text Example

White with #82F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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