#0A666B

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

Shades of Blue Lagoon #0A666B

Tints of Blue Lagoon #0A666B

Color information

#0A666B (or 0x0A666B) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 66 and 6B. RGB value is (10,102,107). Sum of RGB (Red+Green+Blue) = 10+102+107=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A666B is #F59994. Grayscale: #4A4A4A. Windows color (decimal): -16095637 or 7038474. OLE color: 7038474.

HSL color Cylindrical-coordinate representation of color #0A666B: hue angle of 183.09º 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 #0A666B is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10102107-
CMYK0.910.0500.58
HSL183.09º82.91%22.94%-
HSV(B)183.09º90.65%41.96%-
XYZ7.5310.6315.56-
YUV75.06146.0281.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=4.57%
G=46.58%
B=48.86%

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
Decimal101021070.910.0500.58183.0982.9122.94
HexA666B5B503Ab75317
Octal12146153133507226712327
Binary1010110011011010111011011101011101010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,107); }

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

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

 a { background-color: rgb(10,102,107); }

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

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

 span { border-color: rgb(10,102,107); }

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