#148184

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

Shades of Teal #148184

Tints of Teal #148184

Color information

#148184 (or 0x148184) is unknown color: approx Teal. HEX triplet: 14, 81 and 84. RGB value is (20,129,132). Sum of RGB (Red+Green+Blue) = 20+129+132=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #148184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148184 is #EB7E7B. Grayscale: #606060. Windows color (decimal): -15433340 or 8683796. OLE color: 8683796.

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

Color convert

RGB20129132-
CMYK0.850.0200.48
HSL181.61º73.68%29.8%-
HSV(B)181.61º84.85%51.76%-
XYZ12.317.5224.56-
YUV96.75147.8973.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=7.12%
G=45.91%
B=46.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201291320.850.0200.48181.6173.6829.8
Hex148184552030b64a1e
Octal24201204125206026611236
Binary101001000000110000100101010110011000010110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148184; }

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

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

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

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

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

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

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

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