Html Css Color HEX #82F9CE Aquamarine

📋 copy color: '#82F9CE'

red 130 ◦ green 249 ◦ blue 206

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

Shades of Aquamarine #82F9CE

Tints of Aquamarine #82F9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 22.22%
G = 42.56%
B = 35.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#82F9CE (or 0x82F9CE) is known color: Aquamarine. HEX triplet: 82, F9 and CE. RGB value is (130,249,206). Sum of RGB (Red+Green+Blue) = 130+249+206=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9CE is #7D0631. Grayscale: #D0D0D0. Windows color (decimal): -8193586 or 13564290. OLE color: 13564290.

HSL color Cylindrical-coordinate representation of color #82F9CE: hue angle of 158.32º 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 #82F9CE is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 206 -
CMYK 0.48 0 0.17 0.02
HSL 158.32º 0.91% 0.74% -
HSV(B) 158.32º 0.48% 0.98% -
XYZ 54.22 76.95 70.39 -
YUV 208.52 126.58 72 -
System Red Green Blue C M Y K H S L
Decimal 130 249 206 0.48 0 0.17 0.02 158.32 0.91 0.74
Hex 82 F9 CE 30 0 11 2 9E 5B 4A
Octal 202 371 316 60 0 21 2 236 133 112
Binary 10000010 11111001 11001110 110000 0 10001 10 10011110 1011011 1001010

Color Harmonies of #82F9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F9CE

Black with #82F9CE

Text Example


Text Example

White with #82F9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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