Html Css Color HEX #153B33 Deep Teal

📋 copy color: '#153B33'

red 21 ◦ green 59 ◦ blue 51

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

Shades of Deep Teal #153B33

Tints of Deep Teal #153B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 45.04%

 BLUE value IS 51 (20.31% from 255) = 38.93%

R = 16.03%
G = 45.04%
B = 38.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#153B33 (or 0x153B33) is known color: Deep Teal. HEX triplet: 15, 3B and 33. RGB value is (21,59,51). Sum of RGB (Red+Green+Blue) = 21+59+51=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #153B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B33 is #EAC4CC. Grayscale: #2E2E2E. Windows color (decimal): -15385805 or 3357461. OLE color: 3357461.

HSL color Cylindrical-coordinate representation of color #153B33: hue angle of 167.37º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B33 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 59 51 -
CMYK 0.64 0 0.14 0.77
HSL 167.37º 0.48% 0.16% -
HSV(B) 167.37º 0.64% 0.23% -
XYZ 2.47 3.53 3.68 -
YUV 46.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 21 59 51 0.64 0 0.14 0.77 167.37 0.48 0.16
Hex 15 3B 33 40 0 E 4D A7 30 10
Octal 25 73 63 100 0 16 115 247 60 20
Binary 10101 111011 110011 1000000 0 1110 1001101 10100111 110000 10000

Color Harmonies of #153B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B33

Black with #153B33

Text Example


Text Example

White with #153B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,51); }

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

background-color css

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

 a { background-color: rgb(21,59,51); }

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

border-color css

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

 span { border-color: rgb(21,59,51); }

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