Html Css Color HEX #154855 Teal Blue

📋 copy color: '#154855'

red 21 ◦ green 72 ◦ blue 85

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

Shades of Teal Blue #154855

Tints of Teal Blue #154855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 11.8%
G = 40.45%
B = 47.75%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154855 (or 0x154855) is known color: Teal Blue. HEX triplet: 15, 48 and 55. RGB value is (21,72,85). Sum of RGB (Red+Green+Blue) = 21+72+85=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #154855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154855 is #EAB7AA. Grayscale: #3A3A3A. Windows color (decimal): -15382443 or 5589013. OLE color: 5589013.

HSL color Cylindrical-coordinate representation of color #154855: hue angle of 192.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154855 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 72 85 -
CMYK 0.75 0.15 0 0.67
HSL 192.19º 0.6% 0.21% -
HSV(B) 192.19º 0.75% 0.33% -
XYZ 4.27 5.45 9.42 -
YUV 58.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 21 72 85 0.75 0.15 0 0.67 192.19 0.6 0.21
Hex 15 48 55 4B F 0 43 C0 3C 15
Octal 25 110 125 113 17 0 103 300 74 25
Binary 10101 1001000 1010101 1001011 1111 0 1000011 11000000 111100 10101

Color Harmonies of #154855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154855

Black with #154855

Text Example


Text Example

White with #154855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154855; }

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

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

background-color css

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

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

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

border-color css

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

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

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