#174238

Color #174238 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #174238

Tints of Deep Teal #174238

Color information

#174238 (or 0x174238) is unknown color: approx Deep Teal. HEX triplet: 17, 42 and 38. RGB value is (23,66,56). Sum of RGB (Red+Green+Blue) = 23+66+56=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #174238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174238 is #E8BDC7. Grayscale: #343434. Windows color (decimal): -15252936 or 3686935. OLE color: 3686935.

HSL color Cylindrical-coordinate representation of color #174238: hue angle of 166.05º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174238 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB236656-
CMYK0.6500.150.74
HSL166.05º48.31%17.45%-
HSV(B)166.05º65.15%25.88%-
XYZ3.024.364.42-
YUV52130.25107.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.86%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=15.86%
G=45.52%
B=38.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366560.6500.150.74166.0548.3117.45
Hex174238410F4Aa63011
Octal27102701010171122466021
Binary10111100001011100010000010111110010101010011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174238; }

 p { color: rgb(23,66,56); }

 H1.HeaderClassName
 {
   color: #174238;
 }
 .AnyTagClassName
 {
   color: #174238;
 }
</style>
background-color css

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

 a { background-color: rgb(23,66,56); }

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

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

 span { border-color: rgb(23,66,56); }

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