Html Css Color HEX #154842 Deep Teal

📋 copy color: '#154842'

red 21 ◦ green 72 ◦ blue 66

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

Shades of Deep Teal #154842

Tints of Deep Teal #154842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

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

R = 13.21%
G = 45.28%
B = 41.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#154842 (or 0x154842) is known color: Deep Teal. HEX triplet: 15, 48 and 42. RGB value is (21,72,66). Sum of RGB (Red+Green+Blue) = 21+72+66=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #154842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154842 is #EAB7BD. Grayscale: #383838. Windows color (decimal): -15382462 or 4343829. OLE color: 4343829.

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

Color convert

RGB 21 72 66 -
CMYK 0.71 0 0.08 0.72
HSL 172.94º 0.55% 0.18% -
HSV(B) 172.94º 0.71% 0.28% -
XYZ 3.61 5.19 5.97 -
YUV 56.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 21 72 66 0.71 0 0.08 0.72 172.94 0.55 0.18
Hex 15 48 42 47 0 8 48 AD 37 12
Octal 25 110 102 107 0 10 110 255 67 22
Binary 10101 1001000 1000010 1000111 0 1000 1001000 10101101 110111 10010

Color Harmonies of #154842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154842

Black with #154842

Text Example


Text Example

White with #154842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154842; }

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

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

background-color css

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

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

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

border-color css

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

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

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