Html Css Color HEX #155141 Deep Teal

📋 copy color: '#155141'

red 21 ◦ green 81 ◦ blue 65

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

Shades of Deep Teal #155141

Tints of Deep Teal #155141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.5%

 BLUE value IS 65 (25.78% from 255) = 38.92%

R = 12.57%
G = 48.5%
B = 38.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#155141 (or 0x155141) is known color: Deep Teal. HEX triplet: 15, 51 and 41. RGB value is (21,81,65). Sum of RGB (Red+Green+Blue) = 21+81+65=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #155141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155141 is #EAAEBE. Grayscale: #3D3D3D. Windows color (decimal): -15380159 or 4280597. OLE color: 4280597.

HSL color Cylindrical-coordinate representation of color #155141: hue angle of 164º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155141 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 81 65 -
CMYK 0.74 0 0.20 0.68
HSL 164º 0.59% 0.2% -
HSV(B) 164º 0.74% 0.32% -
XYZ 4.21 6.43 6.02 -
YUV 61.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 21 81 65 0.74 0 0.20 0.68 164 0.59 0.2
Hex 15 51 41 4A 0 14 44 A4 3B 14
Octal 25 121 101 112 0 24 104 244 73 24
Binary 10101 1010001 1000001 1001010 0 10100 1000100 10100100 111011 10100

Color Harmonies of #155141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155141

Black with #155141

Text Example


Text Example

White with #155141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155141; }

 p { color: rgb(21,81,65); }

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

background-color css

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

 a { background-color: rgb(21,81,65); }

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

border-color css

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

 span { border-color: rgb(21,81,65); }

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