Html Css Color HEX #154856 Teal Blue

📋 copy color: '#154856'

red 21 ◦ green 72 ◦ blue 86

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

Shades of Teal Blue #154856

Tints of Teal Blue #154856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 11.73%
G = 40.22%
B = 48.04%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154856 (or 0x154856) is known color: Teal Blue. HEX triplet: 15, 48 and 56. RGB value is (21,72,86). Sum of RGB (Red+Green+Blue) = 21+72+86=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #154856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154856 is #EAB7A9. Grayscale: #3A3A3A. Windows color (decimal): -15382442 or 5654549. OLE color: 5654549.

HSL color Cylindrical-coordinate representation of color #154856: hue angle of 192.92º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154856 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 72 86 -
CMYK 0.76 0.16 0 0.66
HSL 192.92º 0.61% 0.21% -
HSV(B) 192.92º 0.76% 0.34% -
XYZ 4.31 5.47 9.63 -
YUV 58.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 21 72 86 0.76 0.16 0 0.66 192.92 0.61 0.21
Hex 15 48 56 4C 10 0 42 C1 3D 15
Octal 25 110 126 114 20 0 102 301 75 25
Binary 10101 1001000 1010110 1001100 10000 0 1000010 11000001 111101 10101

Color Harmonies of #154856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154856

Black with #154856

Text Example


Text Example

White with #154856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154856; }

 p { color: rgb(21,72,86); }

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

background-color css

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

 a { background-color: rgb(21,72,86); }

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

border-color css

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

 span { border-color: rgb(21,72,86); }

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