Html Css Color HEX #016D4B Watercourse

📋 copy color: '#016D4B'

red 1 ◦ green 109 ◦ blue 75

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

Shades of Watercourse #016D4B

Tints of Watercourse #016D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 58.92%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 0.54%
G = 58.92%
B = 40.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#016D4B (or 0x016D4B) is known color: Watercourse. HEX triplet: 01, 6D and 4B. RGB value is (1,109,75). Sum of RGB (Red+Green+Blue) = 1+109+75=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #016D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D4B is #FE92B4. Grayscale: #484848. Windows color (decimal): -16683701 or 4943105. OLE color: 4943105.

HSL color Cylindrical-coordinate representation of color #016D4B: hue angle of 161.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D4B is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 75 -
CMYK 0.99 0 0.31 0.57
HSL 161.11º 0.98% 0.22% -
HSV(B) 161.11º 0.99% 0.43% -
XYZ 6.75 11.45 8.51 -
YUV 72.83 129.22 76.76 -
System Red Green Blue C M Y K H S L
Decimal 1 109 75 0.99 0 0.31 0.57 161.11 0.98 0.22
Hex 1 6D 4B 63 0 1F 39 A1 62 16
Octal 1 155 113 143 0 37 71 241 142 26
Binary 1 1101101 1001011 1100011 0 11111 111001 10100001 1100010 10110

Color Harmonies of #016D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D4B

Black with #016D4B

Text Example


Text Example

White with #016D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,75); }

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

background-color css

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

 a { background-color: rgb(1,109,75); }

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

border-color css

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

 span { border-color: rgb(1,109,75); }

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