Html Css Color HEX #84ECCD Aquamarine

📋 copy color: '#84ECCD'

red 132 ◦ green 236 ◦ blue 205

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

Shades of Aquamarine #84ECCD

Tints of Aquamarine #84ECCD

RGB

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

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

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

R = 23.04%
G = 41.19%
B = 35.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#84ECCD (or 0x84ECCD) is known color: Aquamarine. HEX triplet: 84, EC and CD. RGB value is (132,236,205). Sum of RGB (Red+Green+Blue) = 132+236+205=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECCD is #7B1332. Grayscale: #C9C9C9. Windows color (decimal): -8065843 or 13495428. OLE color: 13495428.

HSL color Cylindrical-coordinate representation of color #84ECCD: hue angle of 162.12º 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 #84ECCD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 236 205 -
CMYK 0.44 0 0.13 0.07
HSL 162.12º 0.73% 0.72% -
HSV(B) 162.12º 0.44% 0.93% -
XYZ 50.53 69.3 68.47 -
YUV 201.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 132 236 205 0.44 0 0.13 0.07 162.12 0.73 0.72
Hex 84 EC CD 2C 0 D 7 A2 49 48
Octal 204 354 315 54 0 15 7 242 111 110
Binary 10000100 11101100 11001101 101100 0 1101 111 10100010 1001001 1001000

Color Harmonies of #84ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECCD

Black with #84ECCD

Text Example


Text Example

White with #84ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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