Html Css Color HEX #155549 Deep Teal

📋 copy color: '#155549'

red 21 ◦ green 85 ◦ blue 73

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

Shades of Deep Teal #155549

Tints of Deep Teal #155549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 11.73%
G = 47.49%
B = 40.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#155549 (or 0x155549) is known color: Deep Teal. HEX triplet: 15, 55 and 49. RGB value is (21,85,73). Sum of RGB (Red+Green+Blue) = 21+85+73=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #155549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155549 is #EAAAB6. Grayscale: #404040. Windows color (decimal): -15379127 or 4805909. OLE color: 4805909.

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

Color convert

RGB 21 85 73 -
CMYK 0.75 0 0.14 0.67
HSL 168.75º 0.6% 0.21% -
HSV(B) 168.75º 0.75% 0.33% -
XYZ 4.76 7.14 7.43 -
YUV 64.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 21 85 73 0.75 0 0.14 0.67 168.75 0.6 0.21
Hex 15 55 49 4B 0 E 43 A9 3C 15
Octal 25 125 111 113 0 16 103 251 74 25
Binary 10101 1010101 1001001 1001011 0 1110 1000011 10101001 111100 10101

Color Harmonies of #155549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155549

Black with #155549

Text Example


Text Example

White with #155549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155549; }

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

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

background-color css

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

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

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

border-color css

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

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

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