Html Css Color HEX #82FBDD Aquamarine

📋 copy color: '#82FBDD'

red 130 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #82FBDD

Tints of Aquamarine #82FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.69%

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 21.59%
G = 41.69%
B = 36.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#82FBDD (or 0x82FBDD) is known color: Aquamarine. HEX triplet: 82, FB and DD. RGB value is (130,251,221). Sum of RGB (Red+Green+Blue) = 130+251+221=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FBDD is #7D0422. Grayscale: #D3D3D3. Windows color (decimal): -8193059 or 14547842. OLE color: 14547842.

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

Color convert

RGB 130 251 221 -
CMYK 0.48 0 0.12 0.02
HSL 165.12º 0.94% 0.75% -
HSV(B) 165.12º 0.48% 0.98% -
XYZ 56.75 78.96 80.66 -
YUV 211.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 130 251 221 0.48 0 0.12 0.02 165.12 0.94 0.75
Hex 82 FB DD 30 0 C 2 A5 5E 4B
Octal 202 373 335 60 0 14 2 245 136 113
Binary 10000010 11111011 11011101 110000 0 1100 10 10100101 1011110 1001011

Color Harmonies of #82FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FBDD

Black with #82FBDD

Text Example


Text Example

White with #82FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,251,221); }

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

background-color css

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

 a { background-color: rgb(130,251,221); }

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

border-color css

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

 span { border-color: rgb(130,251,221); }

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