#07666A

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

Shades of Blue Lagoon #07666A

Tints of Blue Lagoon #07666A

Color information

#07666A (or 0x07666A) is unknown color: approx Blue Lagoon. HEX triplet: 07, 66 and 6A. RGB value is (7,102,106). Sum of RGB (Red+Green+Blue) = 7+102+106=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #07666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07666A is #F89995. Grayscale: #494949. Windows color (decimal): -16292246 or 6972935. OLE color: 6972935.

HSL color Cylindrical-coordinate representation of color #07666A: hue angle of 182.42º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07666A is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7102106-
CMYK0.930.0400.58
HSL182.42º87.61%22.16%-
HSV(B)182.42º93.4%41.57%-
XYZ7.4410.5915.29-
YUV74.05146.0380.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=3.26%
G=47.44%
B=49.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71021060.930.0400.58182.4287.6122.16
Hex7666A5D403Ab65816
Octal7146152135407226613026
Binary111110011011010101011101100011101010110110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07666A; }

 p { color: rgb(7,102,106); }

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

<style>
 a { background-color: #07666A; }

 a { background-color: rgb(7,102,106); }

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

<style>
 span { border-color: #07666A; }

 span { border-color: rgb(7,102,106); }

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