#86E2E2

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

Shades of Spray #86E2E2

Tints of Spray #86E2E2

Color information

#86E2E2 (or 0x86E2E2) is unknown color: approx Spray. HEX triplet: 86, E2 and E2. RGB value is (134,226,226). Sum of RGB (Red+Green+Blue) = 134+226+226=586 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.87% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #86E2E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E2E2 is #791D1D. Grayscale: #C6C6C6. Windows color (decimal): -7937310 or 14869126. OLE color: 14869126.

HSL color Cylindrical-coordinate representation of color #86E2E2: hue angle of 180º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E2E2 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB134226226-
CMYK0.41000.11
HSL180º61.33%70.59%-
HSV(B)180º40.71%88.63%-
XYZ50.7664.9581.81-
YUV198.49143.5282-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.87%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=22.87%
G=38.57%
B=38.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342262260.41000.1118061.3370.59
Hex86E2E22900Bb43d47
Octal20634234251001326475107
Binary100001101110001011100010101001001011101101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86E2E2; }

 p { color: rgb(134,226,226); }

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

<style>
 a { background-color: #86E2E2; }

 a { background-color: rgb(134,226,226); }

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

<style>
 span { border-color: #86E2E2; }

 span { border-color: rgb(134,226,226); }

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