Html Css Color HEX #82EECE Aquamarine

📋 copy color: '#82EECE'

red 130 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #82EECE

Tints of Aquamarine #82EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.46%

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

R = 22.65%
G = 41.46%
B = 35.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#82EECE (or 0x82EECE) is known color: Aquamarine. HEX triplet: 82, EE and CE. RGB value is (130,238,206). Sum of RGB (Red+Green+Blue) = 130+238+206=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #82EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EECE is #7D1131. Grayscale: #CACACA. Windows color (decimal): -8196402 or 13561474. OLE color: 13561474.

HSL color Cylindrical-coordinate representation of color #82EECE: hue angle of 162.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EECE is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 206 -
CMYK 0.45 0 0.13 0.07
HSL 162.22º 0.76% 0.72% -
HSV(B) 162.22º 0.45% 0.93% -
XYZ 50.92 70.35 69.29 -
YUV 202.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 130 238 206 0.45 0 0.13 0.07 162.22 0.76 0.72
Hex 82 EE CE 2D 0 D 7 A2 4C 48
Octal 202 356 316 55 0 15 7 242 114 110
Binary 10000010 11101110 11001110 101101 0 1101 111 10100010 1001100 1001000

Color Harmonies of #82EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EECE

Black with #82EECE

Text Example


Text Example

White with #82EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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