#10676e

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

Shades of Blue Lagoon #10676E

Tints of Blue Lagoon #10676E

Color information

#10676E (or 0x10676E) is unknown color: approx Blue Lagoon. HEX triplet: 10, 67 and 6E. RGB value is (16,103,110). Sum of RGB (Red+Green+Blue) = 16+103+110=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #10676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10676E is #EF9891. Grayscale: #4D4D4D. Windows color (decimal): -15702162 or 7235344. OLE color: 7235344.

HSL color Cylindrical-coordinate representation of color #10676E: hue angle of 184.47º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10676E is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB16103110-
CMYK0.850.0600.57
HSL184.47º74.6%24.71%-
HSV(B)184.47º85.45%43.14%-
XYZ7.8810.9416.45-
YUV77.79146.1883.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=6.99%
G=44.98%
B=48.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161031100.850.0600.57184.4774.624.71
Hex10676E556039b84b19
Octal20147156125607127011331
Binary10000110011111011101010101110011100110111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10676e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10676e; }

 p { color: rgb(16,103,110); }

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

<style>
 a { background-color: #10676e; }

 a { background-color: rgb(16,103,110); }

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

<style>
 span { border-color: #10676e; }

 span { border-color: rgb(16,103,110); }

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