Html Css Color HEX #155343 Deep Teal

📋 copy color: '#155343'

red 21 ◦ green 83 ◦ blue 67

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

Shades of Deep Teal #155343

Tints of Deep Teal #155343

RGB

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

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

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

R = 12.28%
G = 48.54%
B = 39.18%

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

#155343 (or 0x155343) is known color: Deep Teal. HEX triplet: 15, 53 and 43. RGB value is (21,83,67). Sum of RGB (Red+Green+Blue) = 21+83+67=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #155343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155343 is #EAACBC. Grayscale: #3E3E3E. Windows color (decimal): -15379645 or 4412181. OLE color: 4412181.

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

Color convert

RGB 21 83 67 -
CMYK 0.75 0 0.19 0.67
HSL 164.52º 0.6% 0.2% -
HSV(B) 164.52º 0.75% 0.33% -
XYZ 4.42 6.75 6.38 -
YUV 62.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 21 83 67 0.75 0 0.19 0.67 164.52 0.6 0.2
Hex 15 53 43 4B 0 13 43 A5 3C 14
Octal 25 123 103 113 0 23 103 245 74 24
Binary 10101 1010011 1000011 1001011 0 10011 1000011 10100101 111100 10100

Color Harmonies of #155343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155343

Black with #155343

Text Example


Text Example

White with #155343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155343; }

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

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

background-color css

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

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

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

border-color css

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

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

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