Html Css Color HEX #016768 Blue Lagoon

📋 copy color: '#016768'

red 1 ◦ green 103 ◦ blue 104

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

Shades of Blue Lagoon #016768

Tints of Blue Lagoon #016768

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 103 (40.63% from 255) = 49.52%

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

R = 0.48%
G = 49.52%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#016768 (or 0x016768) is known color: Blue Lagoon. HEX triplet: 01, 67 and 68. RGB value is (1,103,104). Sum of RGB (Red+Green+Blue) = 1+103+104=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #016768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016768 is #FE9897. Grayscale: #484848. Windows color (decimal): -16685208 or 6842113. OLE color: 6842113.

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

Color convert

RGB 1 103 104 -
CMYK 0.99 0.01 0 0.59
HSL 180.58º 0.98% 0.21% -
HSV(B) 180.58º 0.99% 0.41% -
XYZ 7.36 10.71 14.78 -
YUV 72.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 1 103 104 0.99 0.01 0 0.59 180.58 0.98 0.21
Hex 1 67 68 63 1 0 3B B5 62 15
Octal 1 147 150 143 1 0 73 265 142 25
Binary 1 1100111 1101000 1100011 1 0 111011 10110101 1100010 10101

Color Harmonies of #016768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016768

Black with #016768

Text Example


Text Example

White with #016768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016768; }

 p { color: rgb(1,103,104); }

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

background-color css

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

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

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

border-color css

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

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

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