Html Css Color HEX #82FAE4 Aquamarine

📋 copy color: '#82FAE4'

red 130 ◦ green 250 ◦ blue 228

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

Shades of Aquamarine #82FAE4

Tints of Aquamarine #82FAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 21.38%
G = 41.12%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#82FAE4 (or 0x82FAE4) is known color: Aquamarine. HEX triplet: 82, FA and E4. RGB value is (130,250,228). Sum of RGB (Red+Green+Blue) = 130+250+228=608 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.38% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FAE4 is #7D051B. Grayscale: #D3D3D3. Windows color (decimal): -8193308 or 15006338. OLE color: 15006338.

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

Color convert

RGB 130 250 228 -
CMYK 0.48 0 0.09 0.02
HSL 169º 0.92% 0.75% -
HSV(B) 169º 0.48% 0.98% -
XYZ 57.4 78.72 85.57 -
YUV 211.61 137.24 69.79 -
System Red Green Blue C M Y K H S L
Decimal 130 250 228 0.48 0 0.09 0.02 169 0.92 0.75
Hex 82 FA E4 30 0 9 2 A9 5C 4B
Octal 202 372 344 60 0 11 2 251 134 113
Binary 10000010 11111010 11100100 110000 0 1001 10 10101001 1011100 1001011

Color Harmonies of #82FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAE4

Black with #82FAE4

Text Example


Text Example

White with #82FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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