#0C687B

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

Shades of Blue Lagoon #0C687B

Tints of Blue Lagoon #0C687B

Color information

#0C687B (or 0x0C687B) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 68 and 7B. RGB value is (12,104,123). Sum of RGB (Red+Green+Blue) = 12+104+123=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C687B is #F39784. Grayscale: #4E4E4E. Windows color (decimal): -15964037 or 8087564. OLE color: 8087564.

HSL color Cylindrical-coordinate representation of color #0C687B: hue angle of 190.27º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C687B is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12104123-
CMYK0.900.1500.52
HSL190.27º82.22%26.47%-
HSV(B)190.27º90.24%48.24%-
XYZ8.6811.4120.48-
YUV78.66153.0280.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.02%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=5.02%
G=43.51%
B=51.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121041230.900.1500.52190.2782.2226.47
HexC687B5AF034be521a
Octal141501731321706427612232
Binary11001101000111101110110101111011010010111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,104,123); }

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

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

 a { background-color: rgb(12,104,123); }

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

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

 span { border-color: rgb(12,104,123); }

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