Html Css Color HEX #84F5CD Aquamarine

📋 copy color: '#84F5CD'

red 132 ◦ green 245 ◦ blue 205

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

Shades of Aquamarine #84F5CD

Tints of Aquamarine #84F5CD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.1%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 22.68%
G = 42.1%
B = 35.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#84F5CD (or 0x84F5CD) is known color: Aquamarine. HEX triplet: 84, F5 and CD. RGB value is (132,245,205). Sum of RGB (Red+Green+Blue) = 132+245+205=582 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.68% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5CD is #7B0A32. Grayscale: #CECECE. Windows color (decimal): -8063539 or 13497732. OLE color: 13497732.

HSL color Cylindrical-coordinate representation of color #84F5CD: hue angle of 158.76º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F5CD is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 245 205 -
CMYK 0.46 0 0.16 0.04
HSL 158.76º 0.85% 0.74% -
HSV(B) 158.76º 0.46% 0.96% -
XYZ 53.19 74.62 69.36 -
YUV 206.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 132 245 205 0.46 0 0.16 0.04 158.76 0.85 0.74
Hex 84 F5 CD 2E 0 10 4 9F 55 4A
Octal 204 365 315 56 0 20 4 237 125 112
Binary 10000100 11110101 11001101 101110 0 10000 100 10011111 1010101 1001010

Color Harmonies of #84F5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F5CD

Black with #84F5CD

Text Example


Text Example

White with #84F5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,245,205); }

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

background-color css

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

 a { background-color: rgb(132,245,205); }

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

border-color css

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

 span { border-color: rgb(132,245,205); }

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