Html Css Color HEX #019F6B Jade

📋 copy color: '#019F6B'

red 1 ◦ green 159 ◦ blue 107

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

Shades of Jade #019F6B

Tints of Jade #019F6B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 59.55%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 0.37%
G = 59.55%
B = 40.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#019F6B (or 0x019F6B) is known color: Jade. HEX triplet: 01, 9F and 6B. RGB value is (1,159,107). Sum of RGB (Red+Green+Blue) = 1+159+107=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #019F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019F6B is #FE6094. Grayscale: #696969. Windows color (decimal): -16670869 or 7053057. OLE color: 7053057.

HSL color Cylindrical-coordinate representation of color #019F6B: hue angle of 160.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019F6B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 159 107 -
CMYK 0.99 0 0.33 0.38
HSL 160.25º 0.99% 0.31% -
HSV(B) 160.25º 0.99% 0.62% -
XYZ 15.06 25.86 18.11 -
YUV 105.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 1 159 107 0.99 0 0.33 0.38 160.25 0.99 0.31
Hex 1 9F 6B 63 0 21 26 A0 63 1F
Octal 1 237 153 143 0 41 46 240 143 37
Binary 1 10011111 1101011 1100011 0 100001 100110 10100000 1100011 11111

Color Harmonies of #019F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019F6B

Black with #019F6B

Text Example


Text Example

White with #019F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019F6B; }

 p { color: rgb(1,159,107); }

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

background-color css

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

 a { background-color: rgb(1,159,107); }

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

border-color css

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

 span { border-color: rgb(1,159,107); }

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