Html Css Color HEX #84ECCF Aquamarine

📋 copy color: '#84ECCF'

red 132 ◦ green 236 ◦ blue 207

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

Shades of Aquamarine #84ECCF

Tints of Aquamarine #84ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.04%

 BLUE value IS 207 (81.25% from 255) = 36%

R = 22.96%
G = 41.04%
B = 36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#84ECCF (or 0x84ECCF) is known color: Aquamarine. HEX triplet: 84, EC and CF. RGB value is (132,236,207). Sum of RGB (Red+Green+Blue) = 132+236+207=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECCF is #7B1330. Grayscale: #C9C9C9. Windows color (decimal): -8065841 or 13626500. OLE color: 13626500.

HSL color Cylindrical-coordinate representation of color #84ECCF: hue angle of 163.27º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECCF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 236 207 -
CMYK 0.44 0 0.12 0.07
HSL 163.27º 0.73% 0.72% -
HSV(B) 163.27º 0.44% 0.93% -
XYZ 50.77 69.4 69.75 -
YUV 201.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 132 236 207 0.44 0 0.12 0.07 163.27 0.73 0.72
Hex 84 EC CF 2C 0 C 7 A3 49 48
Octal 204 354 317 54 0 14 7 243 111 110
Binary 10000100 11101100 11001111 101100 0 1100 111 10100011 1001001 1001000

Color Harmonies of #84ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECCF

Black with #84ECCF

Text Example


Text Example

White with #84ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,236,207); }

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

background-color css

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

 a { background-color: rgb(132,236,207); }

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

border-color css

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

 span { border-color: rgb(132,236,207); }

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