#148186

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

Shades of Teal #148186

Tints of Teal #148186

Color information

#148186 (or 0x148186) is unknown color: approx Teal. HEX triplet: 14, 81 and 86. RGB value is (20,129,134). Sum of RGB (Red+Green+Blue) = 20+129+134=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #148186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148186 is #EB7E79. Grayscale: #606060. Windows color (decimal): -15433338 or 8814868. OLE color: 8814868.

HSL color Cylindrical-coordinate representation of color #148186: hue angle of 182.63º 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 #148186 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20129134-
CMYK0.850.0400.47
HSL182.63º74.03%30.2%-
HSV(B)182.63º85.07%52.55%-
XYZ12.4417.5725.29-
YUV96.98148.8973.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=7.07%
G=45.58%
B=47.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201291340.850.0400.47182.6374.0330.2
Hex14818655402Fb74a1e
Octal24201206125405726711236
Binary1010010000001100001101010101100010111110110111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148186; }

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

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

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

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

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

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

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

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