Html Css Color HEX #153732 Deep Teal

📋 copy color: '#153732'

red 21 ◦ green 55 ◦ blue 50

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

Shades of Deep Teal #153732

Tints of Deep Teal #153732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 39.68%

R = 16.67%
G = 43.65%
B = 39.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#153732 (or 0x153732) is known color: Deep Teal. HEX triplet: 15, 37 and 32. RGB value is (21,55,50). Sum of RGB (Red+Green+Blue) = 21+55+50=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #153732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153732 is #EAC8CD. Grayscale: #2C2C2C. Windows color (decimal): -15386830 or 3290901. OLE color: 3290901.

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

Color convert

RGB 21 55 50 -
CMYK 0.62 0 0.09 0.78
HSL 171.18º 0.45% 0.15% -
HSV(B) 171.18º 0.62% 0.22% -
XYZ 2.25 3.12 3.5 -
YUV 44.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 21 55 50 0.62 0 0.09 0.78 171.18 0.45 0.15
Hex 15 37 32 3E 0 9 4E AB 2D F
Octal 25 67 62 76 0 11 116 253 55 17
Binary 10101 110111 110010 111110 0 1001 1001110 10101011 101101 1111

Color Harmonies of #153732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153732

Black with #153732

Text Example


Text Example

White with #153732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153732; }

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

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

background-color css

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

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

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

border-color css

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

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

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