Html Css Color HEX #82FDDF Aquamarine

📋 copy color: '#82FDDF'

red 130 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #82FDDF

Tints of Aquamarine #82FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.75%

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 21.45%
G = 41.75%
B = 36.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#82FDDF (or 0x82FDDF) is known color: Aquamarine. HEX triplet: 82, FD and DF. RGB value is (130,253,223). Sum of RGB (Red+Green+Blue) = 130+253+223=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDDF is #7D0220. Grayscale: #D4D4D4. Windows color (decimal): -8192545 or 14679426. OLE color: 14679426.

HSL color Cylindrical-coordinate representation of color #82FDDF: hue angle of 165.37º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FDDF is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 223 -
CMYK 0.49 0 0.12 0.01
HSL 165.37º 0.97% 0.75% -
HSV(B) 165.37º 0.49% 0.99% -
XYZ 57.65 80.32 82.28 -
YUV 212.8 133.75 68.94 -
System Red Green Blue C M Y K H S L
Decimal 130 253 223 0.49 0 0.12 0.01 165.37 0.97 0.75
Hex 82 FD DF 31 0 C 1 A5 61 4B
Octal 202 375 337 61 0 14 1 245 141 113
Binary 10000010 11111101 11011111 110001 0 1100 1 10100101 1100001 1001011

Color Harmonies of #82FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FDDF

Black with #82FDDF

Text Example


Text Example

White with #82FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,223); }

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

background-color css

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

 a { background-color: rgb(130,253,223); }

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

border-color css

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

 span { border-color: rgb(130,253,223); }

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