Html Css Color HEX #155346 Deep Teal

📋 copy color: '#155346'

red 21 ◦ green 83 ◦ blue 70

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

Shades of Deep Teal #155346

Tints of Deep Teal #155346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 12.07%
G = 47.7%
B = 40.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#155346 (or 0x155346) is known color: Deep Teal. HEX triplet: 15, 53 and 46. RGB value is (21,83,70). Sum of RGB (Red+Green+Blue) = 21+83+70=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #155346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155346 is #EAACB9. Grayscale: #3E3E3E. Windows color (decimal): -15379642 or 4608789. OLE color: 4608789.

HSL color Cylindrical-coordinate representation of color #155346: hue angle of 167.42º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155346 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 70 -
CMYK 0.75 0 0.16 0.67
HSL 167.42º 0.6% 0.2% -
HSV(B) 167.42º 0.75% 0.33% -
XYZ 4.51 6.79 6.87 -
YUV 62.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 21 83 70 0.75 0 0.16 0.67 167.42 0.6 0.2
Hex 15 53 46 4B 0 10 43 A7 3C 14
Octal 25 123 106 113 0 20 103 247 74 24
Binary 10101 1010011 1000110 1001011 0 10000 1000011 10100111 111100 10100

Color Harmonies of #155346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155346

Black with #155346

Text Example


Text Example

White with #155346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155346; }

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

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

background-color css

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

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

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

border-color css

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

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

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