Html Css Color HEX #154755 Teal Blue

📋 copy color: '#154755'

red 21 ◦ green 71 ◦ blue 85

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

Shades of Teal Blue #154755

Tints of Teal Blue #154755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.11%

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

R = 11.86%
G = 40.11%
B = 48.02%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#154755 (or 0x154755) is known color: Teal Blue. HEX triplet: 15, 47 and 55. RGB value is (21,71,85). Sum of RGB (Red+Green+Blue) = 21+71+85=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #154755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154755 is #EAB8AA. Grayscale: #393939. Windows color (decimal): -15382699 or 5588757. OLE color: 5588757.

HSL color Cylindrical-coordinate representation of color #154755: hue angle of 193.12º 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 #154755 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 71 85 -
CMYK 0.75 0.16 0 0.67
HSL 193.13º 0.6% 0.21% -
HSV(B) 193.13º 0.75% 0.33% -
XYZ 4.2 5.32 9.4 -
YUV 57.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 21 71 85 0.75 0.16 0 0.67 193.13 0.6 0.21
Hex 15 47 55 4B 10 0 43 C1 3C 15
Octal 25 107 125 113 20 0 103 301 74 25
Binary 10101 1000111 1010101 1001011 10000 0 1000011 11000001 111100 10101

Color Harmonies of #154755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154755

Black with #154755

Text Example


Text Example

White with #154755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154755; }

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

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

background-color css

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

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

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

border-color css

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

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

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