Html Css Color HEX #84F5CA Aquamarine

📋 copy color: '#84F5CA'

red 132 ◦ green 245 ◦ blue 202

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

Shades of Aquamarine #84F5CA

Tints of Aquamarine #84F5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 22.8%
G = 42.31%
B = 34.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#84F5CA (or 0x84F5CA) is known color: Aquamarine. HEX triplet: 84, F5 and CA. RGB value is (132,245,202). Sum of RGB (Red+Green+Blue) = 132+245+202=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5CA is #7B0A35. Grayscale: #CECECE. Windows color (decimal): -8063542 or 13301124. OLE color: 13301124.

HSL color Cylindrical-coordinate representation of color #84F5CA: hue angle of 157.17º 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 #84F5CA is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 245 202 -
CMYK 0.46 0 0.18 0.04
HSL 157.17º 0.85% 0.74% -
HSV(B) 157.17º 0.46% 0.96% -
XYZ 52.83 74.47 67.47 -
YUV 206.31 125.56 75 -
System Red Green Blue C M Y K H S L
Decimal 132 245 202 0.46 0 0.18 0.04 157.17 0.85 0.74
Hex 84 F5 CA 2E 0 12 4 9D 55 4A
Octal 204 365 312 56 0 22 4 235 125 112
Binary 10000100 11110101 11001010 101110 0 10010 100 10011101 1010101 1001010

Color Harmonies of #84F5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F5CA

Black with #84F5CA

Text Example


Text Example

White with #84F5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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