Html Css Color HEX #82EEE3 Aquamarine

📋 copy color: '#82EEE3'

red 130 ◦ green 238 ◦ blue 227

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

Shades of Aquamarine #82EEE3

Tints of Aquamarine #82EEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.15%

R = 21.85%
G = 40%
B = 38.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#82EEE3 (or 0x82EEE3) is known color: Aquamarine. HEX triplet: 82, EE and E3. RGB value is (130,238,227). Sum of RGB (Red+Green+Blue) = 130+238+227=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #82EEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EEE3 is #7D111C. Grayscale: #CCCCCC. Windows color (decimal): -8196381 or 14937730. OLE color: 14937730.

HSL color Cylindrical-coordinate representation of color #82EEE3: hue angle of 173.89º 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 #82EEE3 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 238 227 -
CMYK 0.45 0 0.05 0.07
HSL 173.89º 0.76% 0.72% -
HSV(B) 173.89º 0.45% 0.93% -
XYZ 53.65 71.44 83.64 -
YUV 204.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 130 238 227 0.45 0 0.05 0.07 173.89 0.76 0.72
Hex 82 EE E3 2D 0 5 7 AE 4C 48
Octal 202 356 343 55 0 5 7 256 114 110
Binary 10000010 11101110 11100011 101101 0 101 111 10101110 1001100 1001000

Color Harmonies of #82EEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EEE3

Black with #82EEE3

Text Example


Text Example

White with #82EEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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