#07626E

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

Shades of Blue Lagoon #07626E

Tints of Blue Lagoon #07626E

Color information

#07626E (or 0x07626E) is unknown color: approx Blue Lagoon. HEX triplet: 07, 62 and 6E. RGB value is (7,98,110). Sum of RGB (Red+Green+Blue) = 7+98+110=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #07626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07626E is #F89D91. Grayscale: #484848. Windows color (decimal): -16293266 or 7234055. OLE color: 7234055.

HSL color Cylindrical-coordinate representation of color #07626E: hue angle of 186.99º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07626E is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB798110-
CMYK0.940.1100.57
HSL186.99º88.03%22.94%-
HSV(B)186.99º93.64%43.14%-
XYZ7.279.9116.28-
YUV72.16149.3581.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=3.26%
G=45.58%
B=51.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7981100.940.1100.57186.9988.0322.94
Hex7626E5EB039bb5817
Octal71421561361307127313027
Binary1111100010110111010111101011011100110111011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,98,110); }

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

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

 a { background-color: rgb(7,98,110); }

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

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

 span { border-color: rgb(7,98,110); }

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