Html Css Color HEX #155646 Deep Teal

📋 copy color: '#155646'

red 21 ◦ green 86 ◦ blue 70

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

Shades of Deep Teal #155646

Tints of Deep Teal #155646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 11.86%
G = 48.59%
B = 39.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#155646 (or 0x155646) is known color: Deep Teal. HEX triplet: 15, 56 and 46. RGB value is (21,86,70). Sum of RGB (Red+Green+Blue) = 21+86+70=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #155646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155646 is #EAA9B9. Grayscale: #404040. Windows color (decimal): -15378874 or 4609557. OLE color: 4609557.

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

Color convert

RGB 21 86 70 -
CMYK 0.76 0 0.19 0.66
HSL 165.23º 0.61% 0.21% -
HSV(B) 165.23º 0.76% 0.34% -
XYZ 4.74 7.26 6.95 -
YUV 64.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 21 86 70 0.76 0 0.19 0.66 165.23 0.61 0.21
Hex 15 56 46 4C 0 13 42 A5 3D 15
Octal 25 126 106 114 0 23 102 245 75 25
Binary 10101 1010110 1000110 1001100 0 10011 1000010 10100101 111101 10101

Color Harmonies of #155646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155646

Black with #155646

Text Example


Text Example

White with #155646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155646; }

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

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

background-color css

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

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

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

border-color css

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

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

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