Html Css Color HEX #155244 Deep Teal

📋 copy color: '#155244'

red 21 ◦ green 82 ◦ blue 68

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

Shades of Deep Teal #155244

Tints of Deep Teal #155244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

 BLUE value IS 68 (26.95% from 255) = 39.77%

R = 12.28%
G = 47.95%
B = 39.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#155244 (or 0x155244) is known color: Deep Teal. HEX triplet: 15, 52 and 44. RGB value is (21,82,68). Sum of RGB (Red+Green+Blue) = 21+82+68=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #155244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155244 is #EAADBB. Grayscale: #3E3E3E. Windows color (decimal): -15379900 or 4477461. OLE color: 4477461.

HSL color Cylindrical-coordinate representation of color #155244: hue angle of 166.23º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155244 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 68 -
CMYK 0.74 0 0.17 0.68
HSL 166.23º 0.59% 0.2% -
HSV(B) 166.23º 0.74% 0.32% -
XYZ 4.37 6.61 6.51 -
YUV 62.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 21 82 68 0.74 0 0.17 0.68 166.23 0.59 0.2
Hex 15 52 44 4A 0 11 44 A6 3B 14
Octal 25 122 104 112 0 21 104 246 73 24
Binary 10101 1010010 1000100 1001010 0 10001 1000100 10100110 111011 10100

Color Harmonies of #155244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155244

Black with #155244

Text Example


Text Example

White with #155244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155244; }

 p { color: rgb(21,82,68); }

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

background-color css

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

 a { background-color: rgb(21,82,68); }

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

border-color css

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

 span { border-color: rgb(21,82,68); }

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