#0A6168

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

Shades of Blue Lagoon #0A6168

Tints of Blue Lagoon #0A6168

Color information

#0A6168 (or 0x0A6168) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 61 and 68. RGB value is (10,97,104). Sum of RGB (Red+Green+Blue) = 10+97+104=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A6168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6168 is #F59E97. Grayscale: #474747. Windows color (decimal): -16096920 or 6840586. OLE color: 6840586.

HSL color Cylindrical-coordinate representation of color #0A6168: hue angle of 184.47º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6168 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1097104-
CMYK0.900.0700.59
HSL184.47º82.46%22.35%-
HSV(B)184.47º90.38%40.78%-
XYZ6.99.6114.59-
YUV71.78146.1883.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.74%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=4.74%
G=45.97%
B=49.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10971040.900.0700.59184.4782.4622.35
HexA61685A703Bb85216
Octal12141150132707327012226
Binary1010110000111010001011010111011101110111000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,104); }

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

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

 a { background-color: rgb(10,97,104); }

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

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

 span { border-color: rgb(10,97,104); }

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