#0A6268

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

Shades of Blue Lagoon #0A6268

Tints of Blue Lagoon #0A6268

Color information

#0A6268 (or 0x0A6268) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 62 and 68. RGB value is (10,98,104). Sum of RGB (Red+Green+Blue) = 10+98+104=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A6268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6268 is #F59D97. Grayscale: #484848. Windows color (decimal): -16096664 or 6840842. OLE color: 6840842.

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

Color convert

RGB1098104-
CMYK0.900.0600.59
HSL183.83º82.46%22.35%-
HSV(B)183.83º90.38%40.78%-
XYZ6.999.814.62-
YUV72.37145.8583.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=4.72%
G=46.23%
B=49.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10981040.900.0600.59183.8382.4622.35
HexA62685A603Bb85216
Octal12142150132607327012226
Binary1010110001011010001011010110011101110111000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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