#005F74

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

Shades of Blue Lagoon #005F74

Tints of Blue Lagoon #005F74

Color information

#005F74 (or 0x005F74) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5F and 74. RGB value is (0,95,116). Sum of RGB (Red+Green+Blue) = 0+95+116=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #005F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F74 is #FFA08B. Grayscale: #444444. Windows color (decimal): -16752780 or 7626496. OLE color: 7626496.

HSL color Cylindrical-coordinate representation of color #005F74: hue angle of 190.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F74 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB095116-
CMYK10.1800.55
HSL190.86º100%22.75%-
HSV(B)190.86º100%45.49%-
XYZ7.249.4517.96-
YUV68.99154.5378.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=0%
G=45.02%
B=54.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal09511610.1800.55190.8610022.75
Hex05F746412037bf6417
Octal01371641442206727714427
Binary010111111110100110010010010011011110111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F74; }

 p { color: rgb(0,95,116); }

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

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

 a { background-color: rgb(0,95,116); }

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

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

 span { border-color: rgb(0,95,116); }

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