Html Css Color HEX #01676F Blue Lagoon

📋 copy color: '#01676F'

red 1 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #01676F

Tints of Blue Lagoon #01676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 0.47%
G = 47.91%
B = 51.63%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01676F (or 0x01676F) is known color: Blue Lagoon. HEX triplet: 01, 67 and 6F. RGB value is (1,103,111). Sum of RGB (Red+Green+Blue) = 1+103+111=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #01676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01676F is #FE9890. Grayscale: #494949. Windows color (decimal): -16685201 or 7300865. OLE color: 7300865.

HSL color Cylindrical-coordinate representation of color #01676F: hue angle of 184.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01676F is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 103 111 -
CMYK 0.99 0.07 0 0.56
HSL 184.36º 0.98% 0.22% -
HSV(B) 184.36º 0.99% 0.44% -
XYZ 7.73 10.85 16.73 -
YUV 73.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 1 103 111 0.99 0.07 0 0.56 184.36 0.98 0.22
Hex 1 67 6F 63 7 0 38 B8 62 16
Octal 1 147 157 143 7 0 70 270 142 26
Binary 1 1100111 1101111 1100011 111 0 111000 10111000 1100010 10110

Color Harmonies of #01676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01676F

Black with #01676F

Text Example


Text Example

White with #01676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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