Html Css Color HEX #154237 Deep Teal

📋 copy color: '#154237'

red 21 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #154237

Tints of Deep Teal #154237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

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

R = 14.79%
G = 46.48%
B = 38.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#154237 (or 0x154237) is known color: Deep Teal. HEX triplet: 15, 42 and 37. RGB value is (21,66,55). Sum of RGB (Red+Green+Blue) = 21+66+55=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #154237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154237 is #EABDC8. Grayscale: #333333. Windows color (decimal): -15384009 or 3621397. OLE color: 3621397.

HSL color Cylindrical-coordinate representation of color #154237: hue angle of 165.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154237 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 21 66 55 -
CMYK 0.68 0 0.17 0.74
HSL 165.33º 0.52% 0.17% -
HSV(B) 165.33º 0.68% 0.26% -
XYZ 2.95 4.33 4.3 -
YUV 51.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 21 66 55 0.68 0 0.17 0.74 165.33 0.52 0.17
Hex 15 42 37 44 0 11 4A A5 34 11
Octal 25 102 67 104 0 21 112 245 64 21
Binary 10101 1000010 110111 1000100 0 10001 1001010 10100101 110100 10001

Color Harmonies of #154237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154237

Black with #154237

Text Example


Text Example

White with #154237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154237; }

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

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

background-color css

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

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

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

border-color css

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

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

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