#02676F

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

Shades of Blue Lagoon #02676F

Tints of Blue Lagoon #02676F

Color information

#02676F (or 0x02676F) is unknown color: approx Blue Lagoon. HEX triplet: 02, 67 and 6F. RGB value is (2,103,111). Sum of RGB (Red+Green+Blue) = 2+103+111=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #02676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02676F is #FD9890. Grayscale: #494949. Windows color (decimal): -16619665 or 7300866. OLE color: 7300866.

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

Color convert

RGB2103111-
CMYK0.980.0700.56
HSL184.4º96.46%22.16%-
HSV(B)184.4º98.2%43.53%-
XYZ7.7410.8616.73-
YUV73.71149.0476.85-

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) = 47.69%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=0.93%
G=47.69%
B=51.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21031110.980.0700.56184.496.4622.16
Hex2676F627038b86016
Octal2147157142707027014026
Binary10110011111011111100010111011100010111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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