Html Css Color HEX #155544 Deep Teal

📋 copy color: '#155544'

red 21 ◦ green 85 ◦ blue 68

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

Shades of Deep Teal #155544

Tints of Deep Teal #155544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.08%

R = 12.07%
G = 48.85%
B = 39.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#155544 (or 0x155544) is known color: Deep Teal. HEX triplet: 15, 55 and 44. RGB value is (21,85,68). Sum of RGB (Red+Green+Blue) = 21+85+68=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #155544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155544 is #EAAABB. Grayscale: #3F3F3F. Windows color (decimal): -15379132 or 4478229. OLE color: 4478229.

HSL color Cylindrical-coordinate representation of color #155544: hue angle of 164.06º 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 #155544 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 68 -
CMYK 0.75 0 0.20 0.67
HSL 164.06º 0.6% 0.21% -
HSV(B) 164.06º 0.75% 0.33% -
XYZ 4.6 7.07 6.59 -
YUV 63.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 21 85 68 0.75 0 0.20 0.67 164.06 0.6 0.21
Hex 15 55 44 4B 0 14 43 A4 3C 15
Octal 25 125 104 113 0 24 103 244 74 25
Binary 10101 1010101 1000100 1001011 0 10100 1000011 10100100 111100 10101

Color Harmonies of #155544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155544

Black with #155544

Text Example


Text Example

White with #155544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155544; }

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

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

background-color css

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

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

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

border-color css

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

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

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