Html Css Color HEX #174E5A Teal Blue

📋 copy color: '#174E5A'

red 23 ◦ green 78 ◦ blue 90

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

Shades of Teal Blue #174E5A

Tints of Teal Blue #174E5A

RGB

 RED value IS 23 (9.38% from 255) = 12.04%

 GREEN value IS 78 (30.86% from 255) = 40.84%

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

R = 12.04%
G = 40.84%
B = 47.12%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174E5A (or 0x174E5A) is known color: Teal Blue. HEX triplet: 17, 4E and 5A. RGB value is (23,78,90). Sum of RGB (Red+Green+Blue) = 23+78+90=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #174E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E5A is #E8B1A5. Grayscale: #3E3E3E. Windows color (decimal): -15249830 or 5918231. OLE color: 5918231.

HSL color Cylindrical-coordinate representation of color #174E5A: hue angle of 190.75º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174E5A is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 78 90 -
CMYK 0.74 0.13 0 0.65
HSL 190.75º 0.59% 0.22% -
HSV(B) 190.75º 0.74% 0.35% -
XYZ 4.92 6.37 10.64 -
YUV 62.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 23 78 90 0.74 0.13 0 0.65 190.75 0.59 0.22
Hex 17 4E 5A 4A D 0 41 BF 3B 16
Octal 27 116 132 112 15 0 101 277 73 26
Binary 10111 1001110 1011010 1001010 1101 0 1000001 10111111 111011 10110

Color Harmonies of #174E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174E5A

Black with #174E5A

Text Example


Text Example

White with #174E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174E5A; }

 p { color: rgb(23,78,90); }

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

background-color css

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

 a { background-color: rgb(23,78,90); }

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

border-color css

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

 span { border-color: rgb(23,78,90); }

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