Html Css Color HEX #01867F Teal

📋 copy color: '#01867F'

red 1 ◦ green 134 ◦ blue 127

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

Shades of Teal #01867F

Tints of Teal #01867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 0.38%
G = 51.15%
B = 48.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#01867F (or 0x01867F) is known color: Teal. HEX triplet: 01, 86 and 7F. RGB value is (1,134,127). Sum of RGB (Red+Green+Blue) = 1+134+127=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #01867F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01867F is #FE7980. Grayscale: #5D5D5D. Windows color (decimal): -16677249 or 8357377. OLE color: 8357377.

HSL color Cylindrical-coordinate representation of color #01867F: hue angle of 176.84º 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 #01867F is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 127 -
CMYK 0.99 0 0.05 0.47
HSL 176.84º 0.99% 0.26% -
HSV(B) 176.84º 0.99% 0.53% -
XYZ 12.37 18.59 23.01 -
YUV 93.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 1 134 127 0.99 0 0.05 0.47 176.84 0.99 0.26
Hex 1 86 7F 63 0 5 2F B1 63 1A
Octal 1 206 177 143 0 5 57 261 143 32
Binary 1 10000110 1111111 1100011 0 101 101111 10110001 1100011 11010

Color Harmonies of #01867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01867F

Black with #01867F

Text Example


Text Example

White with #01867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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