Html Css Color HEX #84FDB1 Aquamarine

📋 copy color: '#84FDB1'

red 132 ◦ green 253 ◦ blue 177

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

Shades of Aquamarine #84FDB1

Tints of Aquamarine #84FDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.49%

R = 23.49%
G = 45.02%
B = 31.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#84FDB1 (or 0x84FDB1) is known color: Aquamarine. HEX triplet: 84, FD and B1. RGB value is (132,253,177). Sum of RGB (Red+Green+Blue) = 132+253+177=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FDB1 is #7B024E. Grayscale: #D0D0D0. Windows color (decimal): -8061519 or 11664772. OLE color: 11664772.

HSL color Cylindrical-coordinate representation of color #84FDB1: hue angle of 142.31º 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 #84FDB1 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 253 177 -
CMYK 0.48 0 0.30 0.01
HSL 142.31º 0.97% 0.75% -
HSV(B) 142.31º 0.48% 0.99% -
XYZ 52.58 78.33 53.94 -
YUV 208.16 110.41 73.68 -
System Red Green Blue C M Y K H S L
Decimal 132 253 177 0.48 0 0.30 0.01 142.31 0.97 0.75
Hex 84 FD B1 30 0 1E 1 8E 61 4B
Octal 204 375 261 60 0 36 1 216 141 113
Binary 10000100 11111101 10110001 110000 0 11110 1 10001110 1100001 1001011

Color Harmonies of #84FDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FDB1

Black with #84FDB1

Text Example


Text Example

White with #84FDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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