Html Css Color HEX #155643 Deep Teal

📋 copy color: '#155643'

red 21 ◦ green 86 ◦ blue 67

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

Shades of Deep Teal #155643

Tints of Deep Teal #155643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 12.07%
G = 49.43%
B = 38.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#155643 (or 0x155643) is known color: Deep Teal. HEX triplet: 15, 56 and 43. RGB value is (21,86,67). Sum of RGB (Red+Green+Blue) = 21+86+67=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #155643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155643 is #EAA9BC. Grayscale: #404040. Windows color (decimal): -15378877 or 4412949. OLE color: 4412949.

HSL color Cylindrical-coordinate representation of color #155643: hue angle of 162.46º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155643 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 86 67 -
CMYK 0.76 0 0.22 0.66
HSL 162.46º 0.61% 0.21% -
HSV(B) 162.46º 0.76% 0.34% -
XYZ 4.65 7.22 6.46 -
YUV 64.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 21 86 67 0.76 0 0.22 0.66 162.46 0.61 0.21
Hex 15 56 43 4C 0 16 42 A2 3D 15
Octal 25 126 103 114 0 26 102 242 75 25
Binary 10101 1010110 1000011 1001100 0 10110 1000010 10100010 111101 10101

Color Harmonies of #155643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155643

Black with #155643

Text Example


Text Example

White with #155643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155643; }

 p { color: rgb(21,86,67); }

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

background-color css

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

 a { background-color: rgb(21,86,67); }

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

border-color css

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

 span { border-color: rgb(21,86,67); }

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