#148286

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

Shades of Teal #148286

Tints of Teal #148286

Color information

#148286 (or 0x148286) is unknown color: approx Teal. HEX triplet: 14, 82 and 86. RGB value is (20,130,134). Sum of RGB (Red+Green+Blue) = 20+130+134=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #148286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148286 is #EB7D79. Grayscale: #616161. Windows color (decimal): -15433082 or 8815124. OLE color: 8815124.

HSL color Cylindrical-coordinate representation of color #148286: hue angle of 182.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148286 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20130134-
CMYK0.850.0300.47
HSL182.11º74.03%30.2%-
HSV(B)182.11º85.07%52.55%-
XYZ12.5717.8425.33-
YUV97.57148.5672.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 134 (52.73% from 255) = 47.18%
R=7.04%
G=45.77%
B=47.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201301340.850.0300.47182.1174.0330.2
Hex14828655302Fb64a1e
Octal24202206125305726611236
Binary101001000001010000110101010111010111110110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148286; }

 p { color: rgb(20,130,134); }

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

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

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

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

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

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

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