Html Css Color HEX #14857B Teal

📋 copy color: '#14857B'

red 20 ◦ green 133 ◦ blue 123

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

Shades of Teal #14857B

Tints of Teal #14857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 7.25%
G = 48.19%
B = 44.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#14857B (or 0x14857B) is known color: Teal. HEX triplet: 14, 85 and 7B. RGB value is (20,133,123). Sum of RGB (Red+Green+Blue) = 20+133+123=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #14857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14857B is #EB7A84. Grayscale: #626262. Windows color (decimal): -15432325 or 8094996. OLE color: 8094996.

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

Color convert

RGB 20 133 123 -
CMYK 0.85 0 0.08 0.48
HSL 174.69º 0.74% 0.3% -
HSV(B) 174.69º 0.85% 0.52% -
XYZ 12.25 18.35 21.64 -
YUV 98.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 20 133 123 0.85 0 0.08 0.48 174.69 0.74 0.3
Hex 14 85 7B 55 0 8 30 AF 4A 1E
Octal 24 205 173 125 0 10 60 257 112 36
Binary 10100 10000101 1111011 1010101 0 1000 110000 10101111 1001010 11110

Color Harmonies of #14857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14857B

Black with #14857B

Text Example


Text Example

White with #14857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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