Html Css Color HEX #155446 Deep Teal

📋 copy color: '#155446'

red 21 ◦ green 84 ◦ blue 70

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

Shades of Deep Teal #155446

Tints of Deep Teal #155446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

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

R = 12%
G = 48%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#155446 (or 0x155446) is known color: Deep Teal. HEX triplet: 15, 54 and 46. RGB value is (21,84,70). Sum of RGB (Red+Green+Blue) = 21+84+70=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #155446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155446 is #EAABB9. Grayscale: #3F3F3F. Windows color (decimal): -15379386 or 4609045. OLE color: 4609045.

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

Color convert

RGB 21 84 70 -
CMYK 0.75 0 0.17 0.67
HSL 166.67º 0.6% 0.21% -
HSV(B) 166.67º 0.75% 0.33% -
XYZ 4.59 6.94 6.89 -
YUV 63.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 21 84 70 0.75 0 0.17 0.67 166.67 0.6 0.21
Hex 15 54 46 4B 0 11 43 A7 3C 15
Octal 25 124 106 113 0 21 103 247 74 25
Binary 10101 1010100 1000110 1001011 0 10001 1000011 10100111 111100 10101

Color Harmonies of #155446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155446

Black with #155446

Text Example


Text Example

White with #155446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155446; }

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

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

background-color css

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

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

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

border-color css

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

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

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