#0C5D75

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

Shades of Blue Lagoon #0C5D75

Tints of Blue Lagoon #0C5D75

Color information

#0C5D75 (or 0x0C5D75) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 5D and 75. RGB value is (12,93,117). Sum of RGB (Red+Green+Blue) = 12+93+117=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C5D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5D75 is #F3A28A. Grayscale: #474747. Windows color (decimal): -15966859 or 7691532. OLE color: 7691532.

HSL color Cylindrical-coordinate representation of color #0C5D75: hue angle of 193.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5D75 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1293117-
CMYK0.900.2100.54
HSL193.71º81.4%25.29%-
HSV(B)193.71º89.74%45.88%-
XYZ7.289.1918.22-
YUV71.52153.6685.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=5.41%
G=41.89%
B=52.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12931170.900.2100.54193.7181.425.29
HexC5D755A15036c25119
Octal141351651322506630212131
Binary110010111011110101101101010101011011011000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5D75; }

 p { color: rgb(12,93,117); }

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

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

 a { background-color: rgb(12,93,117); }

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

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

 span { border-color: rgb(12,93,117); }

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