#10666E

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

Shades of Blue Lagoon #10666E

Tints of Blue Lagoon #10666E

Color information

#10666E (or 0x10666E) is unknown color: approx Blue Lagoon. HEX triplet: 10, 66 and 6E. RGB value is (16,102,110). Sum of RGB (Red+Green+Blue) = 16+102+110=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #10666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10666E is #EF9991. Grayscale: #4D4D4D. Windows color (decimal): -15702418 or 7235088. OLE color: 7235088.

HSL color Cylindrical-coordinate representation of color #10666E: hue angle of 185.11º 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 #10666E is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB16102110-
CMYK0.850.0700.57
HSL185.11º74.6%24.71%-
HSV(B)185.11º85.45%43.14%-
XYZ7.7810.7416.41-
YUV77.2146.5184.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=7.02%
G=44.74%
B=48.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161021100.850.0700.57185.1174.624.71
Hex10666E557039b94b19
Octal20146156125707127111331
Binary10000110011011011101010101111011100110111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10666E; }

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

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

<style>
 a { background-color: #10666E; }

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

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

<style>
 span { border-color: #10666E; }

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

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