#02676D

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

Shades of Blue Lagoon #02676D

Tints of Blue Lagoon #02676D

Color information

#02676D (or 0x02676D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 67 and 6D. RGB value is (2,103,109). Sum of RGB (Red+Green+Blue) = 2+103+109=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #02676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02676D is #FD9892. Grayscale: #494949. Windows color (decimal): -16619667 or 7169794. OLE color: 7169794.

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

Color convert

RGB2103109-
CMYK0.980.0600.57
HSL183.36º96.4%21.76%-
HSV(B)183.36º98.17%42.75%-
XYZ7.6410.8216.15-
YUV73.48148.0477.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 103 (40.62% from 255) = 48.13%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=0.93%
G=48.13%
B=50.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21031090.980.0600.57183.3696.421.76
Hex2676D626039b76016
Octal2147155142607126714026
Binary10110011111011011100010110011100110110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02676D; }

 p { color: rgb(2,103,109); }

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

<style>
 a { background-color: #02676D; }

 a { background-color: rgb(2,103,109); }

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

<style>
 span { border-color: #02676D; }

 span { border-color: rgb(2,103,109); }

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