#0C677B

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

Shades of Blue Lagoon #0C677B

Tints of Blue Lagoon #0C677B

Color information

#0C677B (or 0x0C677B) is unknown color: approx Blue Lagoon. HEX triplet: 0C, 67 and 7B. RGB value is (12,103,123). Sum of RGB (Red+Green+Blue) = 12+103+123=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C677B is #F39884. Grayscale: #4D4D4D. Windows color (decimal): -15964293 or 8087308. OLE color: 8087308.

HSL color Cylindrical-coordinate representation of color #0C677B: hue angle of 190.81º 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 #0C677B is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12103123-
CMYK0.900.1600.52
HSL190.81º82.22%26.47%-
HSV(B)190.81º90.24%48.24%-
XYZ8.5811.2120.45-
YUV78.07153.3580.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=5.04%
G=43.28%
B=51.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121031230.900.1600.52190.8182.2226.47
HexC677B5A10034bf521a
Octal141471731322006427712232
Binary110011001111111011101101010000011010010111111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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