Html Css Color HEX #00697E Blue Lagoon

📋 copy color: '#00697E'

red 0 ◦ green 105 ◦ blue 126

#00697E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #00697E

Tints of Blue Lagoon #00697E

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 value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00697E (or 0x00697E) is known color: 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

RGB 0 105 126 -
CMYK 1 0.17 0 0.51
HSL 190º 1% 0.25% -
HSV(B) 190º 1% 0.49% -
XYZ 8.82 11.61 21.51 -
YUV 76 156.21 73.79 -
System Red Green Blue C M Y K H S L
Decimal 0 105 126 1 0.17 0 0.51 190 1 0.25
Hex 0 69 7E 64 11 0 33 BE 64 19
Octal 0 151 176 144 21 0 63 276 144 31
Binary 0 1101001 1111110 1100100 10001 0 110011 10111110 1100100 11001

Color Harmonies of #00697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00697E

Black with #00697E

Text Example


Text Example

White with #00697E

Text Example


Text Example

HTML Codes & Css Web 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>