Html Css Color HEX #84FDB3 Aquamarine

📋 copy color: '#84FDB3'

red 132 ◦ green 253 ◦ blue 179

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

Shades of Aquamarine #84FDB3

Tints of Aquamarine #84FDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.74%

R = 23.4%
G = 44.86%
B = 31.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#84FDB3 (or 0x84FDB3) is known color: Aquamarine. HEX triplet: 84, FD and B3. RGB value is (132,253,179). Sum of RGB (Red+Green+Blue) = 132+253+179=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDB3 is #7B024C. Grayscale: #D0D0D0. Windows color (decimal): -8061517 or 11795844. OLE color: 11795844.

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

Color convert

RGB 132 253 179 -
CMYK 0.48 0 0.29 0.01
HSL 143.31º 0.97% 0.75% -
HSV(B) 143.31º 0.48% 0.99% -
XYZ 52.78 78.41 55 -
YUV 208.39 111.41 73.52 -
System Red Green Blue C M Y K H S L
Decimal 132 253 179 0.48 0 0.29 0.01 143.31 0.97 0.75
Hex 84 FD B3 30 0 1D 1 8F 61 4B
Octal 204 375 263 60 0 35 1 217 141 113
Binary 10000100 11111101 10110011 110000 0 11101 1 10001111 1100001 1001011

Color Harmonies of #84FDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FDB3

Black with #84FDB3

Text Example


Text Example

White with #84FDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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