#145D61

Color #145D61 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #145D61

Tints of Blue Stone #145D61

Color information

#145D61 (or 0x145D61) is unknown color: approx Blue Stone. HEX triplet: 14, 5D and 61. RGB value is (20,93,97). Sum of RGB (Red+Green+Blue) = 20+93+97=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #145D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D61 is #EBA29E. Grayscale: #474747. Windows color (decimal): -15442591 or 6380820. OLE color: 6380820.

HSL color Cylindrical-coordinate representation of color #145D61: hue angle of 183.12º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145D61 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB209397-
CMYK0.790.0400.62
HSL183.12º65.81%22.94%-
HSV(B)183.12º79.38%38.04%-
XYZ6.368.8412.68-
YUV71.63142.3291.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=9.52%
G=44.29%
B=46.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2093970.790.0400.62183.1265.8122.94
Hex145D614F403Eb74217
Octal24135141117407626710227
Binary10100101110111000011001111100011111010110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D61; }

 p { color: rgb(20,93,97); }

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

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

 a { background-color: rgb(20,93,97); }

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

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

 span { border-color: rgb(20,93,97); }

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