Html Css Color HEX #84FDB2 Aquamarine

📋 copy color: '#84FDB2'

red 132 ◦ green 253 ◦ blue 178

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

Shades of Aquamarine #84FDB2

Tints of Aquamarine #84FDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 23.45%
G = 44.94%
B = 31.62%

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

#84FDB2 (or 0x84FDB2) is known color: Aquamarine. HEX triplet: 84, FD and B2. RGB value is (132,253,178). Sum of RGB (Red+Green+Blue) = 132+253+178=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FDB2 is #7B024D. Grayscale: #D0D0D0. Windows color (decimal): -8061518 or 11730308. OLE color: 11730308.

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

Color convert

RGB 132 253 178 -
CMYK 0.48 0 0.30 0.01
HSL 142.81º 0.97% 0.75% -
HSV(B) 142.81º 0.48% 0.99% -
XYZ 52.68 78.37 54.47 -
YUV 208.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 132 253 178 0.48 0 0.30 0.01 142.81 0.97 0.75
Hex 84 FD B2 30 0 1E 1 8F 61 4B
Octal 204 375 262 60 0 36 1 217 141 113
Binary 10000100 11111101 10110010 110000 0 11110 1 10001111 1100001 1001011

Color Harmonies of #84FDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FDB2

Black with #84FDB2

Text Example


Text Example

White with #84FDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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