#145E6E

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

Shades of Blue Lagoon #145E6E

Tints of Blue Lagoon #145E6E

Color information

#145E6E (or 0x145E6E) is unknown color: approx Blue Lagoon. HEX triplet: 14, 5E and 6E. RGB value is (20,94,110). Sum of RGB (Red+Green+Blue) = 20+94+110=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #145E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E6E is #EBA191. Grayscale: #494949. Windows color (decimal): -15442322 or 7233044. OLE color: 7233044.

HSL color Cylindrical-coordinate representation of color #145E6E: hue angle of 190.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145E6E is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2094110-
CMYK0.820.1500.57
HSL190.67º69.23%25.49%-
HSV(B)190.67º81.82%43.14%-
XYZ7.119.2816.17-
YUV73.7148.4889.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=8.93%
G=41.96%
B=49.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20941100.820.1500.57190.6769.2325.49
Hex145E6E52F039bf4519
Octal241361561221707127710531
Binary101001011110110111010100101111011100110111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,94,110); }

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

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

 a { background-color: rgb(20,94,110); }

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

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

 span { border-color: rgb(20,94,110); }

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