Html Css Color HEX #154641 Deep Teal

📋 copy color: '#154641'

red 21 ◦ green 70 ◦ blue 65

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

Shades of Deep Teal #154641

Tints of Deep Teal #154641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

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

R = 13.46%
G = 44.87%
B = 41.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#154641 (or 0x154641) is known color: Deep Teal. HEX triplet: 15, 46 and 41. RGB value is (21,70,65). Sum of RGB (Red+Green+Blue) = 21+70+65=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #154641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154641 is #EAB9BE. Grayscale: #363636. Windows color (decimal): -15382975 or 4277781. OLE color: 4277781.

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

Color convert

RGB 21 70 65 -
CMYK 0.70 0 0.07 0.73
HSL 173.88º 0.54% 0.18% -
HSV(B) 173.88º 0.7% 0.27% -
XYZ 3.45 4.92 5.77 -
YUV 54.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 21 70 65 0.70 0 0.07 0.73 173.88 0.54 0.18
Hex 15 46 41 46 0 7 49 AE 36 12
Octal 25 106 101 106 0 7 111 256 66 22
Binary 10101 1000110 1000001 1000110 0 111 1001001 10101110 110110 10010

Color Harmonies of #154641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154641

Black with #154641

Text Example


Text Example

White with #154641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154641; }

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

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

background-color css

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

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

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

border-color css

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

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

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