#004E66

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

Shades of Blue Lagoon #004E66

Tints of Blue Lagoon #004E66

Color information

#004E66 (or 0x004E66) is unknown color: approx Blue Lagoon. HEX triplet: 00, 4E and 66. RGB value is (0,78,102). Sum of RGB (Red+Green+Blue) = 0+78+102=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #004E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E66 is #FFB199. Grayscale: #393939. Windows color (decimal): -16757146 or 6704640. OLE color: 6704640.

HSL color Cylindrical-coordinate representation of color #004E66: hue angle of 194.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E66 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB078102-
CMYK10.2400.6
HSL194.12º100%20%-
HSV(B)194.12º100%40%-
XYZ5.126.4113.54-
YUV57.41153.1687.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 43.33%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=0%
G=43.33%
B=56.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal07810210.2400.6194.1210020
Hex04E66641803Cc26414
Octal01161461443007430214424
Binary010011101100110110010011000011110011000010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004E66; }

 p { color: rgb(0,78,102); }

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

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

 a { background-color: rgb(0,78,102); }

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

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

 span { border-color: rgb(0,78,102); }

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