Html Css Color HEX #154C57 Teal Blue

📋 copy color: '#154C57'

red 21 ◦ green 76 ◦ blue 87

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

Shades of Teal Blue #154C57

Tints of Teal Blue #154C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 11.41%
G = 41.3%
B = 47.28%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154C57 (or 0x154C57) is known color: Teal Blue. HEX triplet: 15, 4C and 57. RGB value is (21,76,87). Sum of RGB (Red+Green+Blue) = 21+76+87=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #154C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C57 is #EAB3A8. Grayscale: #3C3C3C. Windows color (decimal): -15381417 or 5721109. OLE color: 5721109.

HSL color Cylindrical-coordinate representation of color #154C57: hue angle of 190º 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 #154C57 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 76 87 -
CMYK 0.76 0.13 0 0.66
HSL 190º 0.61% 0.21% -
HSV(B) 190º 0.76% 0.34% -
XYZ 4.61 6.02 9.93 -
YUV 60.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 21 76 87 0.76 0.13 0 0.66 190 0.61 0.21
Hex 15 4C 57 4C D 0 42 BE 3D 15
Octal 25 114 127 114 15 0 102 276 75 25
Binary 10101 1001100 1010111 1001100 1101 0 1000010 10111110 111101 10101

Color Harmonies of #154C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154C57

Black with #154C57

Text Example


Text Example

White with #154C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154C57; }

 p { color: rgb(21,76,87); }

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

background-color css

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

 a { background-color: rgb(21,76,87); }

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

border-color css

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

 span { border-color: rgb(21,76,87); }

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