Html Css Color HEX #154840 Deep Teal

📋 copy color: '#154840'

red 21 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #154840

Tints of Deep Teal #154840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 13.38%
G = 45.86%
B = 40.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#154840 (or 0x154840) is known color: Deep Teal. HEX triplet: 15, 48 and 40. RGB value is (21,72,64). Sum of RGB (Red+Green+Blue) = 21+72+64=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #154840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154840 is #EAB7BF. Grayscale: #373737. Windows color (decimal): -15382464 or 4212757. OLE color: 4212757.

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

Color convert

RGB 21 72 64 -
CMYK 0.71 0 0.11 0.72
HSL 170.59º 0.55% 0.18% -
HSV(B) 170.59º 0.71% 0.28% -
XYZ 3.55 5.16 5.66 -
YUV 55.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 21 72 64 0.71 0 0.11 0.72 170.59 0.55 0.18
Hex 15 48 40 47 0 B 48 AB 37 12
Octal 25 110 100 107 0 13 110 253 67 22
Binary 10101 1001000 1000000 1000111 0 1011 1001000 10101011 110111 10010

Color Harmonies of #154840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154840

Black with #154840

Text Example


Text Example

White with #154840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154840; }

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

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

background-color css

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

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

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

border-color css

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

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

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