#84E3E0

Color #84E3E0 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #84E3E0

Tints of Spray #84E3E0

Color information

#84E3E0 (or 0x84E3E0) is unknown color: approx Spray. HEX triplet: 84, E3 and E0. RGB value is (132,227,224). Sum of RGB (Red+Green+Blue) = 132+227+224=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3E0 is #7B1C1F. Grayscale: #C6C6C6. Windows color (decimal): -8068128 or 14738308. OLE color: 14738308.

HSL color Cylindrical-coordinate representation of color #84E3E0: hue angle of 178.11º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3E0 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB132227224-
CMYK0.4200.010.11
HSL178.11º62.91%70.39%-
HSV(B)178.11º41.85%89.02%-
XYZ50.4465.2380.45-
YUV198.25142.5380.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.64%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=22.64%
G=38.94%
B=38.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1322272240.4200.010.11178.1162.9170.39
Hex84E3E02A01Bb23f46
Octal20434334052011326277106
Binary100001001110001111100000101010011011101100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84E3E0;
 }
 .AnyTagClassName
 {
   color: #84E3E0;
 }
</style>
background-color css

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

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

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

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

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

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