Html Css Color HEX #82FACA Aquamarine

📋 copy color: '#82FACA'

red 130 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #82FACA

Tints of Aquamarine #82FACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 22.34%
G = 42.96%
B = 34.71%

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

#82FACA (or 0x82FACA) is known color: Aquamarine. HEX triplet: 82, FA and CA. RGB value is (130,250,202). Sum of RGB (Red+Green+Blue) = 130+250+202=582 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.34% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #82FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FACA is #7D0535. Grayscale: #D0D0D0. Windows color (decimal): -8193334 or 13302402. OLE color: 13302402.

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

Color convert

RGB 130 250 202 -
CMYK 0.48 0 0.19 0.02
HSL 156º 0.92% 0.75% -
HSV(B) 156º 0.48% 0.98% -
XYZ 54.05 77.38 67.96 -
YUV 208.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 130 250 202 0.48 0 0.19 0.02 156 0.92 0.75
Hex 82 FA CA 30 0 13 2 9C 5C 4B
Octal 202 372 312 60 0 23 2 234 134 113
Binary 10000010 11111010 11001010 110000 0 10011 10 10011100 1011100 1001011

Color Harmonies of #82FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FACA

Black with #82FACA

Text Example


Text Example

White with #82FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,250,202); }

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

background-color css

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

 a { background-color: rgb(130,250,202); }

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

border-color css

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

 span { border-color: rgb(130,250,202); }

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