Html Css Color HEX #153831 Deep Teal

📋 copy color: '#153831'

red 21 ◦ green 56 ◦ blue 49

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

Shades of Deep Teal #153831

Tints of Deep Teal #153831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 44.44%

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

R = 16.67%
G = 44.44%
B = 38.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#153831 (or 0x153831) is known color: Deep Teal. HEX triplet: 15, 38 and 31. RGB value is (21,56,49). Sum of RGB (Red+Green+Blue) = 21+56+49=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #153831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153831 is #EAC7CE. Grayscale: #2C2C2C. Windows color (decimal): -15386575 or 3225621. OLE color: 3225621.

HSL color Cylindrical-coordinate representation of color #153831: hue angle of 168º 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 #153831 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 56 49 -
CMYK 0.63 0 0.12 0.78
HSL 168º 0.45% 0.15% -
HSV(B) 168º 0.63% 0.22% -
XYZ 2.28 3.21 3.41 -
YUV 44.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 21 56 49 0.63 0 0.12 0.78 168 0.45 0.15
Hex 15 38 31 3F 0 C 4E A8 2D F
Octal 25 70 61 77 0 14 116 250 55 17
Binary 10101 111000 110001 111111 0 1100 1001110 10101000 101101 1111

Color Harmonies of #153831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153831

Black with #153831

Text Example


Text Example

White with #153831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153831; }

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

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

background-color css

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

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

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

border-color css

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

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

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