Html Css Color HEX #82EBDB Aquamarine

📋 copy color: '#82EBDB'

red 130 ◦ green 235 ◦ blue 219

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

Shades of Aquamarine #82EBDB

Tints of Aquamarine #82EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.24%

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 22.26%
G = 40.24%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#82EBDB (or 0x82EBDB) is known color: Aquamarine. HEX triplet: 82, EB and DB. RGB value is (130,235,219). Sum of RGB (Red+Green+Blue) = 130+235+219=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBDB is #7D1424. Grayscale: #C9C9C9. Windows color (decimal): -8197157 or 14412674. OLE color: 14412674.

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

Color convert

RGB 130 235 219 -
CMYK 0.45 0 0.07 0.08
HSL 170.86º 0.72% 0.72% -
HSV(B) 170.86º 0.45% 0.92% -
XYZ 51.7 69.28 77.66 -
YUV 201.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 130 235 219 0.45 0 0.07 0.08 170.86 0.72 0.72
Hex 82 EB DB 2D 0 7 8 AB 48 48
Octal 202 353 333 55 0 7 10 253 110 110
Binary 10000010 11101011 11011011 101101 0 111 1000 10101011 1001000 1001000

Color Harmonies of #82EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBDB

Black with #82EBDB

Text Example


Text Example

White with #82EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,235,219); }

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

background-color css

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

 a { background-color: rgb(130,235,219); }

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

border-color css

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

 span { border-color: rgb(130,235,219); }

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