Html Css Color HEX #84ECE0 Aquamarine

📋 copy color: '#84ECE0'

red 132 ◦ green 236 ◦ blue 224

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

Shades of Aquamarine #84ECE0

Tints of Aquamarine #84ECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.84%

R = 22.3%
G = 39.86%
B = 37.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#84ECE0 (or 0x84ECE0) is known color: Aquamarine. HEX triplet: 84, EC and E0. RGB value is (132,236,224). Sum of RGB (Red+Green+Blue) = 132+236+224=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECE0 is #7B131F. Grayscale: #CBCBCB. Windows color (decimal): -8065824 or 14740612. OLE color: 14740612.

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

Color convert

RGB 132 236 224 -
CMYK 0.44 0 0.05 0.07
HSL 173.08º 0.73% 0.72% -
HSV(B) 173.08º 0.44% 0.93% -
XYZ 52.97 70.28 81.29 -
YUV 203.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 132 236 224 0.44 0 0.05 0.07 173.08 0.73 0.72
Hex 84 EC E0 2C 0 5 7 AD 49 48
Octal 204 354 340 54 0 5 7 255 111 110
Binary 10000100 11101100 11100000 101100 0 101 111 10101101 1001001 1001000

Color Harmonies of #84ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECE0

Black with #84ECE0

Text Example


Text Example

White with #84ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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