Html Css Color HEX #01867D Teal

📋 copy color: '#01867D'

red 1 ◦ green 134 ◦ blue 125

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

Shades of Teal #01867D

Tints of Teal #01867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 0.38%
G = 51.54%
B = 48.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#01867D (or 0x01867D) is known color: Teal. HEX triplet: 01, 86 and 7D. RGB value is (1,134,125). Sum of RGB (Red+Green+Blue) = 1+134+125=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #01867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01867D is #FE7982. Grayscale: #5D5D5D. Windows color (decimal): -16677251 or 8226305. OLE color: 8226305.

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

Color convert

RGB 1 134 125 -
CMYK 0.99 0 0.07 0.47
HSL 175.94º 0.99% 0.26% -
HSV(B) 175.94º 0.99% 0.53% -
XYZ 12.24 18.54 22.34 -
YUV 93.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 1 134 125 0.99 0 0.07 0.47 175.94 0.99 0.26
Hex 1 86 7D 63 0 7 2F B0 63 1A
Octal 1 206 175 143 0 7 57 260 143 32
Binary 1 10000110 1111101 1100011 0 111 101111 10110000 1100011 11010

Color Harmonies of #01867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01867D

Black with #01867D

Text Example


Text Example

White with #01867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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