#006272

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

Shades of Blue Lagoon #006272

Tints of Blue Lagoon #006272

Color information

#006272 (or 0x006272) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 72. RGB value is (0,98,114). Sum of RGB (Red+Green+Blue) = 0+98+114=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #006272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006272 is #FF9D8D. Grayscale: #464646. Windows color (decimal): -16752014 or 7496192. OLE color: 7496192.

HSL color Cylindrical-coordinate representation of color #006272: hue angle of 188.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006272 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB098114-
CMYK10.1400.55
HSL188.42º100%22.35%-
HSV(B)188.42º100%44.71%-
XYZ7.49.9517.45-
YUV70.52152.5377.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=0%
G=46.23%
B=53.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal09811410.1400.55188.4210022.35
Hex0627264E037bc6416
Octal01421621441606727414426
Binary01100010111001011001001110011011110111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006272; }

 p { color: rgb(0,98,114); }

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

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

 a { background-color: rgb(0,98,114); }

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

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

 span { border-color: rgb(0,98,114); }

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