Html Css Color HEX #154B5A Teal Blue

📋 copy color: '#154B5A'

red 21 ◦ green 75 ◦ blue 90

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

Shades of Teal Blue #154B5A

Tints of Teal Blue #154B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 11.29%
G = 40.32%
B = 48.39%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#154B5A (or 0x154B5A) is known color: Teal Blue. HEX triplet: 15, 4B and 5A. RGB value is (21,75,90). Sum of RGB (Red+Green+Blue) = 21+75+90=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #154B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5A is #EAB4A5. Grayscale: #3C3C3C. Windows color (decimal): -15381670 or 5917461. OLE color: 5917461.

HSL color Cylindrical-coordinate representation of color #154B5A: hue angle of 193.04º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154B5A is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 75 90 -
CMYK 0.77 0.17 0 0.65
HSL 193.04º 0.62% 0.22% -
HSV(B) 193.04º 0.77% 0.35% -
XYZ 4.67 5.93 10.57 -
YUV 60.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 21 75 90 0.77 0.17 0 0.65 193.04 0.62 0.22
Hex 15 4B 5A 4D 11 0 41 C1 3E 16
Octal 25 113 132 115 21 0 101 301 76 26
Binary 10101 1001011 1011010 1001101 10001 0 1000001 11000001 111110 10110

Color Harmonies of #154B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B5A

Black with #154B5A

Text Example


Text Example

White with #154B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,75,90); }

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

background-color css

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

 a { background-color: rgb(21,75,90); }

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

border-color css

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

 span { border-color: rgb(21,75,90); }

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