Html Css Color HEX #153731 Deep Teal

📋 copy color: '#153731'

red 21 ◦ green 55 ◦ blue 49

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

Shades of Deep Teal #153731

Tints of Deep Teal #153731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44%

 BLUE value IS 49 (19.53% from 255) = 39.2%

R = 16.8%
G = 44%
B = 39.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#153731 (or 0x153731) is known color: Deep Teal. HEX triplet: 15, 37 and 31. RGB value is (21,55,49). Sum of RGB (Red+Green+Blue) = 21+55+49=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 55 - color contains mainly: green. Hex color #153731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153731 is #EAC8CE. Grayscale: #2C2C2C. Windows color (decimal): -15386831 or 3225365. OLE color: 3225365.

HSL color Cylindrical-coordinate representation of color #153731: hue angle of 169.41º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153731 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 55 49 -
CMYK 0.62 0 0.11 0.78
HSL 169.41º 0.45% 0.15% -
HSV(B) 169.41º 0.62% 0.22% -
XYZ 2.23 3.11 3.39 -
YUV 44.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 21 55 49 0.62 0 0.11 0.78 169.41 0.45 0.15
Hex 15 37 31 3E 0 B 4E A9 2D F
Octal 25 67 61 76 0 13 116 251 55 17
Binary 10101 110111 110001 111110 0 1011 1001110 10101001 101101 1111

Color Harmonies of #153731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153731

Black with #153731

Text Example


Text Example

White with #153731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153731; }

 p { color: rgb(21,55,49); }

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

background-color css

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

 a { background-color: rgb(21,55,49); }

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

border-color css

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

 span { border-color: rgb(21,55,49); }

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