#0B6676

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

Shades of Blue Lagoon #0B6676

Tints of Blue Lagoon #0B6676

Color information

#0B6676 (or 0x0B6676) is unknown color: approx Blue Lagoon. HEX triplet: 0B, 66 and 76. RGB value is (11,102,118). Sum of RGB (Red+Green+Blue) = 11+102+118=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B6676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6676 is #F49989. Grayscale: #4C4C4C. Windows color (decimal): -16030090 or 7759371. OLE color: 7759371.

HSL color Cylindrical-coordinate representation of color #0B6676: hue angle of 188.97º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6676 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11102118-
CMYK0.910.1400.54
HSL188.97º82.95%25.29%-
HSV(B)188.97º90.68%46.27%-
XYZ8.1610.8818.81-
YUV76.61151.3581.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=4.76%
G=44.16%
B=51.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111021180.910.1400.54188.9782.9525.29
HexB66765BE036bd5319
Octal131461661331606627512331
Binary10111100110111011010110111110011011010111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,102,118); }

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

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

 a { background-color: rgb(11,102,118); }

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

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

 span { border-color: rgb(11,102,118); }

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