Html Css Color HEX #84F9D0 Aquamarine

📋 copy color: '#84F9D0'

red 132 ◦ green 249 ◦ blue 208

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

Shades of Aquamarine #84F9D0

Tints of Aquamarine #84F9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 22.41%
G = 42.28%
B = 35.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#84F9D0 (or 0x84F9D0) is known color: Aquamarine. HEX triplet: 84, F9 and D0. RGB value is (132,249,208). Sum of RGB (Red+Green+Blue) = 132+249+208=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F9D0 is #7B062F. Grayscale: #D1D1D1. Windows color (decimal): -8062512 or 13695364. OLE color: 13695364.

HSL color Cylindrical-coordinate representation of color #84F9D0: hue angle of 158.97º 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 #84F9D0 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 249 208 -
CMYK 0.47 0 0.16 0.02
HSL 158.97º 0.91% 0.75% -
HSV(B) 158.97º 0.47% 0.98% -
XYZ 54.78 77.21 71.69 -
YUV 209.34 127.24 72.83 -
System Red Green Blue C M Y K H S L
Decimal 132 249 208 0.47 0 0.16 0.02 158.97 0.91 0.75
Hex 84 F9 D0 2F 0 10 2 9F 5B 4B
Octal 204 371 320 57 0 20 2 237 133 113
Binary 10000100 11111001 11010000 101111 0 10000 10 10011111 1011011 1001011

Color Harmonies of #84F9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F9D0

Black with #84F9D0

Text Example


Text Example

White with #84F9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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