Html Css Color HEX #154640 Deep Teal

📋 copy color: '#154640'

red 21 ◦ green 70 ◦ blue 64

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

Shades of Deep Teal #154640

Tints of Deep Teal #154640

RGB

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

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

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

R = 13.55%
G = 45.16%
B = 41.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#154640 (or 0x154640) is known color: Deep Teal. HEX triplet: 15, 46 and 40. RGB value is (21,70,64). Sum of RGB (Red+Green+Blue) = 21+70+64=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #154640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154640 is #EAB9BF. Grayscale: #363636. Windows color (decimal): -15382976 or 4212245. OLE color: 4212245.

HSL color Cylindrical-coordinate representation of color #154640: hue angle of 172.65º 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 #154640 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 70 64 -
CMYK 0.70 0 0.09 0.73
HSL 172.65º 0.54% 0.18% -
HSV(B) 172.65º 0.7% 0.27% -
XYZ 3.42 4.91 5.62 -
YUV 54.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 21 70 64 0.70 0 0.09 0.73 172.65 0.54 0.18
Hex 15 46 40 46 0 9 49 AD 36 12
Octal 25 106 100 106 0 11 111 255 66 22
Binary 10101 1000110 1000000 1000110 0 1001 1001001 10101101 110110 10010

Color Harmonies of #154640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154640

Black with #154640

Text Example


Text Example

White with #154640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154640; }

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

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

background-color css

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

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

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

border-color css

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

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

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