#00676B

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

Shades of Blue Lagoon #00676B

Tints of Blue Lagoon #00676B

Color information

#00676B (or 0x00676B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 67 and 6B. RGB value is (0,103,107). Sum of RGB (Red+Green+Blue) = 0+103+107=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #00676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00676B is #FF9894. Grayscale: #484848. Windows color (decimal): -16750741 or 7038720. OLE color: 7038720.

HSL color Cylindrical-coordinate representation of color #00676B: hue angle of 182.24º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00676B is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB0103107-
CMYK10.0400.58
HSL182.24º100%20.98%-
HSV(B)182.24º100%41.96%-
XYZ7.510.7615.59-
YUV72.66147.3876.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=0%
G=49.05%
B=50.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010310710.0400.58182.2410020.98
Hex0676B64403Ab66415
Octal0147153144407226614425
Binary0110011111010111100100100011101010110110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00676B; }

 p { color: rgb(0,103,107); }

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

<style>
 a { background-color: #00676B; }

 a { background-color: rgb(0,103,107); }

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

<style>
 span { border-color: #00676B; }

 span { border-color: rgb(0,103,107); }

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