Html Css Color HEX #84EFCA Aquamarine

📋 copy color: '#84EFCA'

red 132 ◦ green 239 ◦ blue 202

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

Shades of Aquamarine #84EFCA

Tints of Aquamarine #84EFCA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.71%

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

R = 23.04%
G = 41.71%
B = 35.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#84EFCA (or 0x84EFCA) is known color: Aquamarine. HEX triplet: 84, EF and CA. RGB value is (132,239,202). Sum of RGB (Red+Green+Blue) = 132+239+202=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFCA is #7B1035. Grayscale: #CACACA. Windows color (decimal): -8065078 or 13299588. OLE color: 13299588.

HSL color Cylindrical-coordinate representation of color #84EFCA: hue angle of 159.25º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFCA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 239 202 -
CMYK 0.45 0 0.15 0.06
HSL 159.25º 0.77% 0.73% -
HSV(B) 159.25º 0.45% 0.94% -
XYZ 51.04 70.9 66.87 -
YUV 202.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 132 239 202 0.45 0 0.15 0.06 159.25 0.77 0.73
Hex 84 EF CA 2D 0 F 6 9F 4D 49
Octal 204 357 312 55 0 17 6 237 115 111
Binary 10000100 11101111 11001010 101101 0 1111 110 10011111 1001101 1001001

Color Harmonies of #84EFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EFCA

Black with #84EFCA

Text Example


Text Example

White with #84EFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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