Html Css Color HEX #84F9E0 Aquamarine

📋 copy color: '#84F9E0'

red 132 ◦ green 249 ◦ blue 224

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

Shades of Aquamarine #84F9E0

Tints of Aquamarine #84F9E0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.16%

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 21.82%
G = 41.16%
B = 37.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#84F9E0 (or 0x84F9E0) is known color: Aquamarine. HEX triplet: 84, F9 and E0. RGB value is (132,249,224). Sum of RGB (Red+Green+Blue) = 132+249+224=605 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.82% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F9E0 is #7B061F. Grayscale: #D3D3D3. Windows color (decimal): -8062496 or 14743940. OLE color: 14743940.

HSL color Cylindrical-coordinate representation of color #84F9E0: hue angle of 167.18º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9E0 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 249 224 -
CMYK 0.47 0 0.10 0.02
HSL 167.18º 0.91% 0.75% -
HSV(B) 167.18º 0.47% 0.98% -
XYZ 56.85 78.04 82.59 -
YUV 211.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 132 249 224 0.47 0 0.10 0.02 167.18 0.91 0.75
Hex 84 F9 E0 2F 0 A 2 A7 5B 4B
Octal 204 371 340 57 0 12 2 247 133 113
Binary 10000100 11111001 11100000 101111 0 1010 10 10100111 1011011 1001011

Color Harmonies of #84F9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F9E0

Black with #84F9E0

Text Example


Text Example

White with #84F9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,249,224); }

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

background-color css

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

 a { background-color: rgb(132,249,224); }

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

border-color css

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

 span { border-color: rgb(132,249,224); }

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