#006370

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

Shades of Blue Lagoon #006370

Tints of Blue Lagoon #006370

Color information

#006370 (or 0x006370) is unknown color: approx Blue Lagoon. HEX triplet: 00, 63 and 70. RGB value is (0,99,112). Sum of RGB (Red+Green+Blue) = 0+99+112=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #006370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006370 is #FF9C8F. Grayscale: #464646. Windows color (decimal): -16751760 or 7365376. OLE color: 7365376.

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

Color convert

RGB099112-
CMYK10.1200.56
HSL186.96º100%21.96%-
HSV(B)186.96º100%43.92%-
XYZ7.3910.0916.89-
YUV70.88151.277.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=0%
G=46.92%
B=53.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal09911210.1200.56186.9610021.96
Hex0637064C038bb6416
Octal01431601441407027314426
Binary01100011111000011001001100011100010111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006370; }

 p { color: rgb(0,99,112); }

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

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

 a { background-color: rgb(0,99,112); }

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

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

 span { border-color: rgb(0,99,112); }

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