Html Css Color HEX #145261 Teal Blue

📋 copy color: '#145261'

red 20 ◦ green 82 ◦ blue 97

#145261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #145261

Tints of Teal Blue #145261

RGB

 RED value IS 20 (8.2% from 255) = 10.05%

 GREEN value IS 82 (32.42% from 255) = 41.21%

 BLUE value IS 97 (38.28% from 255) = 48.74%

R = 10.05%
G = 41.21%
B = 48.74%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145261 (or 0x145261) is known color: Teal Blue. HEX triplet: 14, 52 and 61. RGB value is (20,82,97). Sum of RGB (Red+Green+Blue) = 20+82+97=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #145261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145261 is #EBAD9E. Grayscale: #414141. Windows color (decimal): -15445407 or 6378004. OLE color: 6378004.

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

Color convert

RGB 20 82 97 -
CMYK 0.79 0.15 0 0.62
HSL 191.69º 0.66% 0.23% -
HSV(B) 191.69º 0.79% 0.38% -
XYZ 5.46 7.05 12.38 -
YUV 65.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 20 82 97 0.79 0.15 0 0.62 191.69 0.66 0.23
Hex 14 52 61 4F F 0 3E C0 42 17
Octal 24 122 141 117 17 0 76 300 102 27
Binary 10100 1010010 1100001 1001111 1111 0 111110 11000000 1000010 10111

Color Harmonies of #145261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145261

Black with #145261

Text Example


Text Example

White with #145261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145261; }

 p { color: rgb(20,82,97); }

 H1.HeaderClassName
 {
   color: #145261;
 }
 .AnyTagClassName
 {
   color: #145261;
 }
</style>

background-color css

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

 a { background-color: rgb(20,82,97); }

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

border-color css

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

 span { border-color: rgb(20,82,97); }

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