Html Css Color HEX #84EEC9 Aquamarine

📋 copy color: '#84EEC9'

red 132 ◦ green 238 ◦ blue 201

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

Shades of Aquamarine #84EEC9

Tints of Aquamarine #84EEC9

RGB

 RED value IS 132 (51.95% from 255) = 23.12%

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

 BLUE value IS 201 (78.91% from 255) = 35.2%

R = 23.12%
G = 41.68%
B = 35.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#84EEC9 (or 0x84EEC9) is known color: Aquamarine. HEX triplet: 84, EE and C9. RGB value is (132,238,201). Sum of RGB (Red+Green+Blue) = 132+238+201=571 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.12% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEC9 is #7B1136. Grayscale: #CACACA. Windows color (decimal): -8065335 or 13233796. OLE color: 13233796.

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

Color convert

RGB 132 238 201 -
CMYK 0.45 0 0.16 0.07
HSL 159.06º 0.76% 0.73% -
HSV(B) 159.06º 0.45% 0.93% -
XYZ 50.63 70.27 66.15 -
YUV 202.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 132 238 201 0.45 0 0.16 0.07 159.06 0.76 0.73
Hex 84 EE C9 2D 0 10 7 9F 4C 49
Octal 204 356 311 55 0 20 7 237 114 111
Binary 10000100 11101110 11001001 101101 0 10000 111 10011111 1001100 1001001

Color Harmonies of #84EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EEC9

Black with #84EEC9

Text Example


Text Example

White with #84EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84EEC9; }

 p { color: rgb(132,238,201); }

 H1.HeaderClassName
 {
   color: #84EEC9;
 }
 .AnyTagClassName
 {
   color: #84EEC9;
 }
</style>

background-color css

<style>
 a { background-color: #84EEC9; }

 a { background-color: rgb(132,238,201); }

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

border-color css

<style>
 span { border-color: #84EEC9; }

 span { border-color: rgb(132,238,201); }

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