Html Css Color HEX #154C42 Deep Teal

📋 copy color: '#154C42'

red 21 ◦ green 76 ◦ blue 66

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

Shades of Deep Teal #154C42

Tints of Deep Teal #154C42

RGB

 RED value IS 21 (8.59% from 255) = 12.88%

 GREEN value IS 76 (30.08% from 255) = 46.63%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 12.88%
G = 46.63%
B = 40.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#154C42 (or 0x154C42) is known color: Deep Teal. HEX triplet: 15, 4C and 42. RGB value is (21,76,66). Sum of RGB (Red+Green+Blue) = 21+76+66=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #154C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C42 is #EAB3BD. Grayscale: #3A3A3A. Windows color (decimal): -15381438 or 4344853. OLE color: 4344853.

HSL color Cylindrical-coordinate representation of color #154C42: hue angle of 169.09º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C42 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 76 66 -
CMYK 0.72 0 0.13 0.70
HSL 169.09º 0.57% 0.19% -
HSV(B) 169.09º 0.72% 0.3% -
XYZ 3.88 5.72 6.05 -
YUV 58.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 21 76 66 0.72 0 0.13 0.70 169.09 0.57 0.19
Hex 15 4C 42 48 0 D 46 A9 39 13
Octal 25 114 102 110 0 15 106 251 71 23
Binary 10101 1001100 1000010 1001000 0 1101 1000110 10101001 111001 10011

Color Harmonies of #154C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C42

Black with #154C42

Text Example


Text Example

White with #154C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154C42; }

 p { color: rgb(21,76,66); }

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

background-color css

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

 a { background-color: rgb(21,76,66); }

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

border-color css

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

 span { border-color: rgb(21,76,66); }

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