Html Css Color HEX #01867A Teal

📋 copy color: '#01867A'

red 1 ◦ green 134 ◦ blue 122

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

Shades of Teal #01867A

Tints of Teal #01867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 0.39%
G = 52.14%
B = 47.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#01867A (or 0x01867A) is known color: Teal. HEX triplet: 01, 86 and 7A. RGB value is (1,134,122). Sum of RGB (Red+Green+Blue) = 1+134+122=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #01867A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01867A is #FE7985. Grayscale: #5C5C5C. Windows color (decimal): -16677254 or 8029697. OLE color: 8029697.

HSL color Cylindrical-coordinate representation of color #01867A: hue angle of 174.59º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01867A is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 122 -
CMYK 0.99 0 0.09 0.47
HSL 174.59º 0.99% 0.26% -
HSV(B) 174.59º 0.99% 0.53% -
XYZ 12.05 18.46 21.34 -
YUV 92.87 144.44 62.48 -
System Red Green Blue C M Y K H S L
Decimal 1 134 122 0.99 0 0.09 0.47 174.59 0.99 0.26
Hex 1 86 7A 63 0 9 2F AF 63 1A
Octal 1 206 172 143 0 11 57 257 143 32
Binary 1 10000110 1111010 1100011 0 1001 101111 10101111 1100011 11010

Color Harmonies of #01867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01867A

Black with #01867A

Text Example


Text Example

White with #01867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01867A; }

 p { color: rgb(1,134,122); }

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

background-color css

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

 a { background-color: rgb(1,134,122); }

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

border-color css

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

 span { border-color: rgb(1,134,122); }

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