Html Css Color HEX #153F37 Deep Teal

📋 copy color: '#153F37'

red 21 ◦ green 63 ◦ blue 55

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

Shades of Deep Teal #153F37

Tints of Deep Teal #153F37

RGB

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

 GREEN value IS 63 (25% from 255) = 45.32%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 15.11%
G = 45.32%
B = 39.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#153F37 (or 0x153F37) is known color: Deep Teal. HEX triplet: 15, 3F and 37. RGB value is (21,63,55). Sum of RGB (Red+Green+Blue) = 21+63+55=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #153F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F37 is #EAC0C8. Grayscale: #313131. Windows color (decimal): -15384777 or 3620629. OLE color: 3620629.

HSL color Cylindrical-coordinate representation of color #153F37: hue angle of 168.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F37 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 63 55 -
CMYK 0.67 0 0.13 0.75
HSL 168.57º 0.5% 0.16% -
HSV(B) 168.57º 0.67% 0.25% -
XYZ 2.78 3.99 4.24 -
YUV 49.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 21 63 55 0.67 0 0.13 0.75 168.57 0.5 0.16
Hex 15 3F 37 43 0 D 4B A9 32 10
Octal 25 77 67 103 0 15 113 251 62 20
Binary 10101 111111 110111 1000011 0 1101 1001011 10101001 110010 10000

Color Harmonies of #153F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F37

Black with #153F37

Text Example


Text Example

White with #153F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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