#0A676C

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

Shades of Blue Lagoon #0A676C

Tints of Blue Lagoon #0A676C

Color information

#0A676C (or 0x0A676C) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 67 and 6C. RGB value is (10,103,108). Sum of RGB (Red+Green+Blue) = 10+103+108=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A676C is #F59893. Grayscale: #4B4B4B. Windows color (decimal): -16095380 or 7104266. OLE color: 7104266.

HSL color Cylindrical-coordinate representation of color #0A676C: hue angle of 183.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A676C is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10103108-
CMYK0.910.0500.58
HSL183.06º83.05%23.14%-
HSV(B)183.06º90.74%42.35%-
XYZ7.6810.8515.88-
YUV75.76146.1981.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=4.52%
G=46.61%
B=48.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101031080.910.0500.58183.0683.0523.14
HexA676C5B503Ab75317
Octal12147154133507226712327
Binary1010110011111011001011011101011101010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,108); }

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

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

 a { background-color: rgb(10,103,108); }

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

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

 span { border-color: rgb(10,103,108); }

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