Html Css Color HEX #155348 Deep Teal

📋 copy color: '#155348'

red 21 ◦ green 83 ◦ blue 72

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

Shades of Deep Teal #155348

Tints of Deep Teal #155348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 11.93%
G = 47.16%
B = 40.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#155348 (or 0x155348) is known color: Deep Teal. HEX triplet: 15, 53 and 48. RGB value is (21,83,72). Sum of RGB (Red+Green+Blue) = 21+83+72=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #155348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155348 is #EAACB7. Grayscale: #3F3F3F. Windows color (decimal): -15379640 or 4739861. OLE color: 4739861.

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

Color convert

RGB 21 83 72 -
CMYK 0.75 0 0.13 0.67
HSL 169.35º 0.6% 0.2% -
HSV(B) 169.35º 0.75% 0.33% -
XYZ 4.57 6.81 7.21 -
YUV 63.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 21 83 72 0.75 0 0.13 0.67 169.35 0.6 0.2
Hex 15 53 48 4B 0 D 43 A9 3C 14
Octal 25 123 110 113 0 15 103 251 74 24
Binary 10101 1010011 1001000 1001011 0 1101 1000011 10101001 111100 10100

Color Harmonies of #155348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155348

Black with #155348

Text Example


Text Example

White with #155348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155348; }

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

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

background-color css

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

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

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

border-color css

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

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

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