Html Css Color HEX #155545 Deep Teal

📋 copy color: '#155545'

red 21 ◦ green 85 ◦ blue 69

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

Shades of Deep Teal #155545

Tints of Deep Teal #155545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 12%
G = 48.57%
B = 39.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#155545 (or 0x155545) is known color: Deep Teal. HEX triplet: 15, 55 and 45. RGB value is (21,85,69). Sum of RGB (Red+Green+Blue) = 21+85+69=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #155545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155545 is #EAAABA. Grayscale: #404040. Windows color (decimal): -15379131 or 4543765. OLE color: 4543765.

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

Color convert

RGB 21 85 69 -
CMYK 0.75 0 0.19 0.67
HSL 165º 0.6% 0.21% -
HSV(B) 165º 0.75% 0.33% -
XYZ 4.63 7.09 6.75 -
YUV 64.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 21 85 69 0.75 0 0.19 0.67 165 0.6 0.21
Hex 15 55 45 4B 0 13 43 A5 3C 15
Octal 25 125 105 113 0 23 103 245 74 25
Binary 10101 1010101 1000101 1001011 0 10011 1000011 10100101 111100 10101

Color Harmonies of #155545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155545

Black with #155545

Text Example


Text Example

White with #155545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155545; }

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

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

background-color css

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

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

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

border-color css

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

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

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