Html Css Color HEX #154841 Deep Teal

📋 copy color: '#154841'

red 21 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #154841

Tints of Deep Teal #154841

RGB

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

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

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

R = 13.29%
G = 45.57%
B = 41.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#154841 (or 0x154841) is known color: Deep Teal. HEX triplet: 15, 48 and 41. RGB value is (21,72,65). Sum of RGB (Red+Green+Blue) = 21+72+65=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #154841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154841 is #EAB7BE. Grayscale: #373737. Windows color (decimal): -15382463 or 4278293. OLE color: 4278293.

HSL color Cylindrical-coordinate representation of color #154841: hue angle of 171.76º 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 #154841 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 72 65 -
CMYK 0.71 0 0.10 0.72
HSL 171.76º 0.55% 0.18% -
HSV(B) 171.76º 0.71% 0.28% -
XYZ 3.58 5.18 5.81 -
YUV 55.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 21 72 65 0.71 0 0.10 0.72 171.76 0.55 0.18
Hex 15 48 41 47 0 A 48 AC 37 12
Octal 25 110 101 107 0 12 110 254 67 22
Binary 10101 1001000 1000001 1000111 0 1010 1001000 10101100 110111 10010

Color Harmonies of #154841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154841

Black with #154841

Text Example


Text Example

White with #154841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154841; }

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

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

background-color css

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

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

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

border-color css

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

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

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