#00697E

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

Shades of Blue Lagoon #00697E

Tints of Blue Lagoon #00697E

Color information

#00697E (or 0x00697E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 69 and 7E. RGB value is (0,105,126). Sum of RGB (Red+Green+Blue) = 0+105+126=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #00697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00697E is #FF9681. Grayscale: #4B4B4B. Windows color (decimal): -16750210 or 8284416. OLE color: 8284416.

HSL color Cylindrical-coordinate representation of color #00697E: hue angle of 190º 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 #00697E is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB0105126-
CMYK10.1700.51
HSL190º100%24.71%-
HSV(B)190º100%49.41%-
XYZ8.8211.6121.51-
YUV76156.2173.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 126 (49.61% from 255) = 54.55%
R=0%
G=45.45%
B=54.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal010512610.1700.5119010024.71
Hex0697E6411033be6419
Octal01511761442106327614431
Binary011010011111110110010010001011001110111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00697E; }

 p { color: rgb(0,105,126); }

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

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

 a { background-color: rgb(0,105,126); }

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

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

 span { border-color: rgb(0,105,126); }

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