Html Css Color HEX #154741 Deep Teal

📋 copy color: '#154741'

red 21 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #154741

Tints of Deep Teal #154741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

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

R = 13.38%
G = 45.22%
B = 41.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#154741 (or 0x154741) is known color: Deep Teal. HEX triplet: 15, 47 and 41. RGB value is (21,71,65). Sum of RGB (Red+Green+Blue) = 21+71+65=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #154741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154741 is #EAB8BE. Grayscale: #373737. Windows color (decimal): -15382719 or 4278037. OLE color: 4278037.

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

Color convert

RGB 21 71 65 -
CMYK 0.70 0 0.08 0.72
HSL 172.8º 0.54% 0.18% -
HSV(B) 172.8º 0.7% 0.28% -
XYZ 3.52 5.05 5.79 -
YUV 55.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 21 71 65 0.70 0 0.08 0.72 172.8 0.54 0.18
Hex 15 47 41 46 0 8 48 AD 36 12
Octal 25 107 101 106 0 10 110 255 66 22
Binary 10101 1000111 1000001 1000110 0 1000 1001000 10101101 110110 10010

Color Harmonies of #154741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154741

Black with #154741

Text Example


Text Example

White with #154741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154741; }

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

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

background-color css

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

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

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

border-color css

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

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

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