Shades of Blue Lagoon #00677E
Tints of Blue Lagoon #00677E
RGB
CMYK
RGB Variations
Color information
#00677E (or 0x00677E) is known color: Blue Lagoon. HEX triplet: 00, 67 and 7E. RGB value is (0,103,126). Sum of RGB (Red+Green+Blue) = 0+103+126=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #00677E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00677E is #FF9881. Grayscale: #4A4A4A. Windows color (decimal): -16750722 or 8283904. OLE color: 8283904.
HSL color Cylindrical-coordinate representation of color #00677E: hue angle of 190.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00677E is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 103 | 126 | - |
| CMYK | 1 | 0.18 | 0 | 0.51 |
| HSL | 190.95º | 1% | 0.25% | - |
| HSV(B) | 190.95º | 1% | 0.49% | - |
| XYZ | 8.62 | 11.21 | 21.45 | - |
| YUV | 74.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 126 | 1 | 0.18 | 0 | 0.51 | 190.95 | 1 | 0.25 |
| Hex | 0 | 67 | 7E | 64 | 12 | 0 | 33 | BF | 64 | 19 |
| Octal | 0 | 147 | 176 | 144 | 22 | 0 | 63 | 277 | 144 | 31 |
| Binary | 0 | 1100111 | 1111110 | 1100100 | 10010 | 0 | 110011 | 10111111 | 1100100 | 11001 |
Color Harmonies of #00677E
Complementary color
Monochromatic Colors of #00677E
Black with #00677E
Text Example
Text Example
White with #00677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00677E; }
p { color: rgb(0,103,126); }
H1.HeaderClassName
{
color: #00677E;
}
.AnyTagClassName
{
color: #00677E;
}
</style>
background-color css
<style>
a { background-color: #00677E; }
a { background-color: rgb(0,103,126); }
div.DivClassName
{
background-color: #00677E;
}
.BgClassName
{
background-color: #00677E;
}
</style>
border-color css
<style>
span { border-color: #00677E; }
span { border-color: rgb(0,103,126); }
td.TdClassName
{
border-color: #00677E;
}
.TagClassName
{
border-color: #00677E;
}
</style>