Html Css Color HEX #016E75 Blue Lagoon

📋 copy color: '#016E75'

red 1 ◦ green 110 ◦ blue 117

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

Shades of Blue Lagoon #016E75

Tints of Blue Lagoon #016E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.25%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 0.44%
G = 48.25%
B = 51.32%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#016E75 (or 0x016E75) is known color: Blue Lagoon. HEX triplet: 01, 6E and 75. RGB value is (1,110,117). Sum of RGB (Red+Green+Blue) = 1+110+117=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #016E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E75 is #FE918A. Grayscale: #4E4E4E. Windows color (decimal): -16683403 or 7695873. OLE color: 7695873.

HSL color Cylindrical-coordinate representation of color #016E75: hue angle of 183.62º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E75 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 110 117 -
CMYK 0.99 0.06 0 0.54
HSL 183.62º 0.98% 0.23% -
HSV(B) 183.62º 0.99% 0.46% -
XYZ 8.8 12.44 18.77 -
YUV 78.21 149.89 72.93 -
System Red Green Blue C M Y K H S L
Decimal 1 110 117 0.99 0.06 0 0.54 183.62 0.98 0.23
Hex 1 6E 75 63 6 0 36 B8 62 17
Octal 1 156 165 143 6 0 66 270 142 27
Binary 1 1101110 1110101 1100011 110 0 110110 10111000 1100010 10111

Color Harmonies of #016E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E75

Black with #016E75

Text Example


Text Example

White with #016E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016E75; }

 p { color: rgb(1,110,117); }

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

background-color css

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

 a { background-color: rgb(1,110,117); }

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

border-color css

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

 span { border-color: rgb(1,110,117); }

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