#145362

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

Shades of Teal Blue #145362

Tints of Teal Blue #145362

Color information

#145362 (or 0x145362) is unknown color: approx Teal Blue. HEX triplet: 14, 53 and 62. RGB value is (20,83,98). Sum of RGB (Red+Green+Blue) = 20+83+98=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #145362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145362 is #EBAC9D. Grayscale: #414141. Windows color (decimal): -15445150 or 6443796. OLE color: 6443796.

HSL color Cylindrical-coordinate representation of color #145362: hue angle of 191.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145362 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB208398-
CMYK0.800.1500.62
HSL191.54º66.1%23.14%-
HSV(B)191.54º79.59%38.43%-
XYZ5.597.2212.65-
YUV65.87146.1395.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=9.95%
G=41.29%
B=48.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2083980.800.1500.62191.5466.123.14
Hex14536250F03Ec04217
Octal241231421201707630010227
Binary101001010011110001010100001111011111011000000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145362; }

 p { color: rgb(20,83,98); }

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

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

 a { background-color: rgb(20,83,98); }

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

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

 span { border-color: rgb(20,83,98); }

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