Html Css Color HEX #155442 Deep Teal

📋 copy color: '#155442'

red 21 ◦ green 84 ◦ blue 66

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

Shades of Deep Teal #155442

Tints of Deep Teal #155442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 12.28%
G = 49.12%
B = 38.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#155442 (or 0x155442) is known color: Deep Teal. HEX triplet: 15, 54 and 42. RGB value is (21,84,66). Sum of RGB (Red+Green+Blue) = 21+84+66=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #155442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155442 is #EAABBD. Grayscale: #3F3F3F. Windows color (decimal): -15379390 or 4346901. OLE color: 4346901.

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

Color convert

RGB 21 84 66 -
CMYK 0.75 0 0.21 0.67
HSL 162.86º 0.6% 0.21% -
HSV(B) 162.86º 0.75% 0.33% -
XYZ 4.46 6.89 6.25 -
YUV 63.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 21 84 66 0.75 0 0.21 0.67 162.86 0.6 0.21
Hex 15 54 42 4B 0 15 43 A3 3C 15
Octal 25 124 102 113 0 25 103 243 74 25
Binary 10101 1010100 1000010 1001011 0 10101 1000011 10100011 111100 10101

Color Harmonies of #155442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155442

Black with #155442

Text Example


Text Example

White with #155442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155442; }

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

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

background-color css

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

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

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

border-color css

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

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

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