Html Css Color HEX #14847B Teal

📋 copy color: '#14847B'

red 20 ◦ green 132 ◦ blue 123

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

Shades of Teal #14847B

Tints of Teal #14847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

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

R = 7.27%
G = 48%
B = 44.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#14847B (or 0x14847B) is known color: Teal. HEX triplet: 14, 84 and 7B. RGB value is (20,132,123). Sum of RGB (Red+Green+Blue) = 20+132+123=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #14847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14847B is #EB7B84. Grayscale: #616161. Windows color (decimal): -15432581 or 8094740. OLE color: 8094740.

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

Color convert

RGB 20 132 123 -
CMYK 0.85 0 0.07 0.48
HSL 175.18º 0.74% 0.3% -
HSV(B) 175.18º 0.85% 0.52% -
XYZ 12.11 18.08 21.59 -
YUV 97.49 142.39 72.73 -
System Red Green Blue C M Y K H S L
Decimal 20 132 123 0.85 0 0.07 0.48 175.18 0.74 0.3
Hex 14 84 7B 55 0 7 30 AF 4A 1E
Octal 24 204 173 125 0 7 60 257 112 36
Binary 10100 10000100 1111011 1010101 0 111 110000 10101111 1001010 11110

Color Harmonies of #14847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14847B

Black with #14847B

Text Example


Text Example

White with #14847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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