Html Css Color HEX #01857F Teal

📋 copy color: '#01857F'

red 1 ◦ green 133 ◦ blue 127

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

Shades of Teal #01857F

Tints of Teal #01857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

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

R = 0.38%
G = 50.96%
B = 48.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#01857F (or 0x01857F) is known color: Teal. HEX triplet: 01, 85 and 7F. RGB value is (1,133,127). Sum of RGB (Red+Green+Blue) = 1+133+127=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #01857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01857F is #FE7A80. Grayscale: #5C5C5C. Windows color (decimal): -16677505 or 8357121. OLE color: 8357121.

HSL color Cylindrical-coordinate representation of color #01857F: hue angle of 177.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01857F is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 127 -
CMYK 0.99 0 0.05 0.48
HSL 177.27º 0.99% 0.26% -
HSV(B) 177.27º 0.99% 0.52% -
XYZ 12.23 18.31 22.97 -
YUV 92.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 1 133 127 0.99 0 0.05 0.48 177.27 0.99 0.26
Hex 1 85 7F 63 0 5 30 B1 63 1A
Octal 1 205 177 143 0 5 60 261 143 32
Binary 1 10000101 1111111 1100011 0 101 110000 10110001 1100011 11010

Color Harmonies of #01857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01857F

Black with #01857F

Text Example


Text Example

White with #01857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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