Html Css Color HEX #154E41 Deep Teal

📋 copy color: '#154E41'

red 21 ◦ green 78 ◦ blue 65

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

Shades of Deep Teal #154E41

Tints of Deep Teal #154E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.56%

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 12.8%
G = 47.56%
B = 39.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#154E41 (or 0x154E41) is known color: Deep Teal. HEX triplet: 15, 4E and 41. RGB value is (21,78,65). Sum of RGB (Red+Green+Blue) = 21+78+65=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #154E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E41 is #EAB1BE. Grayscale: #3B3B3B. Windows color (decimal): -15380927 or 4279829. OLE color: 4279829.

HSL color Cylindrical-coordinate representation of color #154E41: hue angle of 166.32º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E41 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 78 65 -
CMYK 0.73 0 0.17 0.69
HSL 166.32º 0.58% 0.19% -
HSV(B) 166.32º 0.73% 0.31% -
XYZ 3.99 5.99 5.95 -
YUV 59.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 21 78 65 0.73 0 0.17 0.69 166.32 0.58 0.19
Hex 15 4E 41 49 0 11 45 A6 3A 13
Octal 25 116 101 111 0 21 105 246 72 23
Binary 10101 1001110 1000001 1001001 0 10001 1000101 10100110 111010 10011

Color Harmonies of #154E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154E41

Black with #154E41

Text Example


Text Example

White with #154E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,78,65); }

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

background-color css

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

 a { background-color: rgb(21,78,65); }

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

border-color css

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

 span { border-color: rgb(21,78,65); }

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