Html Css Color HEX #155542 Deep Teal

📋 copy color: '#155542'

red 21 ◦ green 85 ◦ blue 66

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

Shades of Deep Teal #155542

Tints of Deep Teal #155542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

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

R = 12.21%
G = 49.42%
B = 38.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#155542 (or 0x155542) is known color: Deep Teal. HEX triplet: 15, 55 and 42. RGB value is (21,85,66). Sum of RGB (Red+Green+Blue) = 21+85+66=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #155542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155542 is #EAAABD. Grayscale: #3F3F3F. Windows color (decimal): -15379134 or 4347157. OLE color: 4347157.

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

Color convert

RGB 21 85 66 -
CMYK 0.75 0 0.22 0.67
HSL 162.19º 0.6% 0.21% -
HSV(B) 162.19º 0.75% 0.33% -
XYZ 4.54 7.05 6.28 -
YUV 63.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 21 85 66 0.75 0 0.22 0.67 162.19 0.6 0.21
Hex 15 55 42 4B 0 16 43 A2 3C 15
Octal 25 125 102 113 0 26 103 242 74 25
Binary 10101 1010101 1000010 1001011 0 10110 1000011 10100010 111100 10101

Color Harmonies of #155542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155542

Black with #155542

Text Example


Text Example

White with #155542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155542; }

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

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

background-color css

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

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

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

border-color css

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

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

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