Html Css Color HEX #154942 Deep Teal

📋 copy color: '#154942'

red 21 ◦ green 73 ◦ blue 66

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

Shades of Deep Teal #154942

Tints of Deep Teal #154942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

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

R = 13.13%
G = 45.63%
B = 41.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#154942 (or 0x154942) is known color: Deep Teal. HEX triplet: 15, 49 and 42. RGB value is (21,73,66). Sum of RGB (Red+Green+Blue) = 21+73+66=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #154942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154942 is #EAB6BD. Grayscale: #383838. Windows color (decimal): -15382206 or 4344085. OLE color: 4344085.

HSL color Cylindrical-coordinate representation of color #154942: hue angle of 171.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154942 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 73 66 -
CMYK 0.71 0 0.10 0.71
HSL 171.92º 0.55% 0.18% -
HSV(B) 171.92º 0.71% 0.29% -
XYZ 3.68 5.32 5.99 -
YUV 56.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 21 73 66 0.71 0 0.10 0.71 171.92 0.55 0.18
Hex 15 49 42 47 0 A 47 AC 37 12
Octal 25 111 102 107 0 12 107 254 67 22
Binary 10101 1001001 1000010 1000111 0 1010 1000111 10101100 110111 10010

Color Harmonies of #154942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154942

Black with #154942

Text Example


Text Example

White with #154942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154942; }

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

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

background-color css

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

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

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

border-color css

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

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

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