Html Css Color HEX #006868 Blue Lagoon

📋 copy color: '#006868'

red 0 ◦ green 104 ◦ blue 104

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

Shades of Blue Lagoon #006868

Tints of Blue Lagoon #006868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#006868 (or 0x006868) is known color: Blue Lagoon. HEX triplet: 00, 68 and 68. RGB value is (0,104,104). Sum of RGB (Red+Green+Blue) = 0+104+104=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #006868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006868 is #FF9797. Grayscale: #484848. Windows color (decimal): -16750488 or 6842368. OLE color: 6842368.

HSL color Cylindrical-coordinate representation of color #006868: hue angle of 180º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006868 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 104 104 -
CMYK 1 0 0 0.59
HSL 180º 1% 0.2% -
HSV(B) 180º 1% 0.41% -
XYZ 7.45 10.9 14.81 -
YUV 72.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 0 104 104 1 0 0 0.59 180 1 0.2
Hex 0 68 68 64 0 0 3B B4 64 14
Octal 0 150 150 144 0 0 73 264 144 24
Binary 0 1101000 1101000 1100100 0 0 111011 10110100 1100100 10100

Color Harmonies of #006868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006868

Black with #006868

Text Example


Text Example

White with #006868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006868; }

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

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

background-color css

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

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

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

border-color css

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

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

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