Html Css Color HEX #155547 Deep Teal

📋 copy color: '#155547'

red 21 ◦ green 85 ◦ blue 71

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

Shades of Deep Teal #155547

Tints of Deep Teal #155547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 11.86%
G = 48.02%
B = 40.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#155547 (or 0x155547) is known color: Deep Teal. HEX triplet: 15, 55 and 47. RGB value is (21,85,71). Sum of RGB (Red+Green+Blue) = 21+85+71=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #155547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155547 is #EAAAB8. Grayscale: #404040. Windows color (decimal): -15379129 or 4674837. OLE color: 4674837.

HSL color Cylindrical-coordinate representation of color #155547: hue angle of 166.88º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155547 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 71 -
CMYK 0.75 0 0.16 0.67
HSL 166.88º 0.6% 0.21% -
HSV(B) 166.88º 0.75% 0.33% -
XYZ 4.7 7.11 7.09 -
YUV 64.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 21 85 71 0.75 0 0.16 0.67 166.88 0.6 0.21
Hex 15 55 47 4B 0 10 43 A7 3C 15
Octal 25 125 107 113 0 20 103 247 74 25
Binary 10101 1010101 1000111 1001011 0 10000 1000011 10100111 111100 10101

Color Harmonies of #155547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155547

Black with #155547

Text Example


Text Example

White with #155547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155547; }

 p { color: rgb(21,85,71); }

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

background-color css

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

 a { background-color: rgb(21,85,71); }

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

border-color css

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

 span { border-color: rgb(21,85,71); }

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