#00676e

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

Shades of Blue Lagoon #00676E

Tints of Blue Lagoon #00676E

Color information

#00676E (or 0x00676E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 67 and 6E. RGB value is (0,103,110). Sum of RGB (Red+Green+Blue) = 0+103+110=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #00676E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00676E is #FF9891. Grayscale: #484848. Windows color (decimal): -16750738 or 7235328. OLE color: 7235328.

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

Color convert

RGB0103110-
CMYK10.0600.57
HSL183.82º100%21.57%-
HSV(B)183.82º100%43.14%-
XYZ7.6610.8316.44-
YUV73148.8875.93-

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) = 48.36%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=0%
G=48.36%
B=51.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010311010.0600.57183.8210021.57
Hex0676E646039b86416
Octal0147156144607127014426
Binary0110011111011101100100110011100110111000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00676e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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