#148582

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

Shades of Teal #148582

Tints of Teal #148582

Color information

#148582 (or 0x148582) is unknown color: approx Teal. HEX triplet: 14, 85 and 82. RGB value is (20,133,130). Sum of RGB (Red+Green+Blue) = 20+133+130=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #148582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148582 is #EB7A7D. Grayscale: #626262. Windows color (decimal): -15432318 or 8553748. OLE color: 8553748.

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

Color convert

RGB20133130-
CMYK0.8500.020.48
HSL178.41º73.86%30%-
HSV(B)178.41º84.96%52.16%-
XYZ12.7118.5424.03-
YUV98.87145.5671.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=7.07%
G=47.00%
B=45.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal201331300.8500.020.48178.4173.8630
Hex148582550230b24a1e
Octal24205202125026026211236
Binary101001000010110000010101010101011000010110010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148582; }

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

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

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

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

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

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

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

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