Html Css Color HEX #00686E Blue Lagoon

📋 copy color: '#00686E'

red 0 ◦ green 104 ◦ blue 110

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

Shades of Blue Lagoon #00686E

Tints of Blue Lagoon #00686E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 104 (41.02% from 255) = 48.6%

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 0%
G = 48.6%
B = 51.4%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00686E (or 0x00686E) is known color: Blue Lagoon. HEX triplet: 00, 68 and 6E. RGB value is (0,104,110). Sum of RGB (Red+Green+Blue) = 0+104+110=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #00686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00686E is #FF9791. Grayscale: #494949. Windows color (decimal): -16750482 or 7235584. OLE color: 7235584.

HSL color Cylindrical-coordinate representation of color #00686E: hue angle of 183.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00686E is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 104 110 -
CMYK 1 0.05 0 0.57
HSL 183.27º 1% 0.22% -
HSV(B) 183.27º 1% 0.43% -
XYZ 7.76 11.03 16.47 -
YUV 73.59 148.54 75.51 -
System Red Green Blue C M Y K H S L
Decimal 0 104 110 1 0.05 0 0.57 183.27 1 0.22
Hex 0 68 6E 64 5 0 39 B7 64 16
Octal 0 150 156 144 5 0 71 267 144 26
Binary 0 1101000 1101110 1100100 101 0 111001 10110111 1100100 10110

Color Harmonies of #00686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00686E

Black with #00686E

Text Example


Text Example

White with #00686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,104,110); }

 H1.HeaderClassName
 {
   color: #00686E;
 }
 .AnyTagClassName
 {
   color: #00686E;
 }
</style>

background-color css

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

 a { background-color: rgb(0,104,110); }

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

border-color css

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

 span { border-color: rgb(0,104,110); }

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