Html Css Color HEX #154037 Deep Teal

📋 copy color: '#154037'

red 21 ◦ green 64 ◦ blue 55

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

Shades of Deep Teal #154037

Tints of Deep Teal #154037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

 BLUE value IS 55 (21.88% from 255) = 39.29%

R = 15%
G = 45.71%
B = 39.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#154037 (or 0x154037) is known color: Deep Teal. HEX triplet: 15, 40 and 37. RGB value is (21,64,55). Sum of RGB (Red+Green+Blue) = 21+64+55=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #154037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154037 is #EABFC8. Grayscale: #323232. Windows color (decimal): -15384521 or 3620885. OLE color: 3620885.

HSL color Cylindrical-coordinate representation of color #154037: hue angle of 167.44º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154037 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 64 55 -
CMYK 0.67 0 0.14 0.75
HSL 167.44º 0.51% 0.17% -
HSV(B) 167.44º 0.67% 0.25% -
XYZ 2.83 4.1 4.26 -
YUV 50.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 21 64 55 0.67 0 0.14 0.75 167.44 0.51 0.17
Hex 15 40 37 43 0 E 4B A7 33 11
Octal 25 100 67 103 0 16 113 247 63 21
Binary 10101 1000000 110111 1000011 0 1110 1001011 10100111 110011 10001

Color Harmonies of #154037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154037

Black with #154037

Text Example


Text Example

White with #154037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154037; }

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

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

background-color css

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

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

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

border-color css

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

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

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