Html Css Color HEX #84FDD0 Aquamarine

📋 copy color: '#84FDD0'

red 132 ◦ green 253 ◦ blue 208

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

Shades of Aquamarine #84FDD0

Tints of Aquamarine #84FDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.66%

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

R = 22.26%
G = 42.66%
B = 35.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#84FDD0 (or 0x84FDD0) is known color: Aquamarine. HEX triplet: 84, FD and D0. RGB value is (132,253,208). Sum of RGB (Red+Green+Blue) = 132+253+208=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDD0 is #7B022F. Grayscale: #D3D3D3. Windows color (decimal): -8061488 or 13696388. OLE color: 13696388.

HSL color Cylindrical-coordinate representation of color #84FDD0: hue angle of 157.69º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FDD0 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 253 208 -
CMYK 0.48 0 0.18 0.01
HSL 157.69º 0.97% 0.75% -
HSV(B) 157.69º 0.48% 0.99% -
XYZ 56.03 79.71 72.11 -
YUV 211.69 125.91 71.16 -
System Red Green Blue C M Y K H S L
Decimal 132 253 208 0.48 0 0.18 0.01 157.69 0.97 0.75
Hex 84 FD D0 30 0 12 1 9E 61 4B
Octal 204 375 320 60 0 22 1 236 141 113
Binary 10000100 11111101 11010000 110000 0 10010 1 10011110 1100001 1001011

Color Harmonies of #84FDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FDD0

Black with #84FDD0

Text Example


Text Example

White with #84FDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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