Html Css Color HEX #84EFC0 Aquamarine

📋 copy color: '#84EFC0'

red 132 ◦ green 239 ◦ blue 192

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

Shades of Aquamarine #84EFC0

Tints of Aquamarine #84EFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 23.45%
G = 42.45%
B = 34.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#84EFC0 (or 0x84EFC0) is known color: Aquamarine. HEX triplet: 84, EF and C0. RGB value is (132,239,192). Sum of RGB (Red+Green+Blue) = 132+239+192=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFC0 is #7B103F. Grayscale: #C9C9C9. Windows color (decimal): -8065088 or 12644228. OLE color: 12644228.

HSL color Cylindrical-coordinate representation of color #84EFC0: hue angle of 153.64º 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 #84EFC0 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 239 192 -
CMYK 0.45 0 0.20 0.06
HSL 153.64º 0.77% 0.73% -
HSV(B) 153.64º 0.45% 0.94% -
XYZ 49.9 70.44 60.84 -
YUV 201.65 122.55 78.32 -
System Red Green Blue C M Y K H S L
Decimal 132 239 192 0.45 0 0.20 0.06 153.64 0.77 0.73
Hex 84 EF C0 2D 0 14 6 9A 4D 49
Octal 204 357 300 55 0 24 6 232 115 111
Binary 10000100 11101111 11000000 101101 0 10100 110 10011010 1001101 1001001

Color Harmonies of #84EFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EFC0

Black with #84EFC0

Text Example


Text Example

White with #84EFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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