Html Css Color HEX #01857D Teal

📋 copy color: '#01857D'

red 1 ◦ green 133 ◦ blue 125

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

Shades of Teal #01857D

Tints of Teal #01857D

RGB

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

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

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

R = 0.39%
G = 51.35%
B = 48.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#01857D (or 0x01857D) is known color: Teal. HEX triplet: 01, 85 and 7D. RGB value is (1,133,125). Sum of RGB (Red+Green+Blue) = 1+133+125=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #01857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01857D is #FE7A82. Grayscale: #5C5C5C. Windows color (decimal): -16677507 or 8226049. OLE color: 8226049.

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

Color convert

RGB 1 133 125 -
CMYK 0.99 0 0.06 0.48
HSL 176.36º 0.99% 0.26% -
HSV(B) 176.36º 0.99% 0.52% -
XYZ 12.1 18.26 22.29 -
YUV 92.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 1 133 125 0.99 0 0.06 0.48 176.36 0.99 0.26
Hex 1 85 7D 63 0 6 30 B0 63 1A
Octal 1 205 175 143 0 6 60 260 143 32
Binary 1 10000101 1111101 1100011 0 110 110000 10110000 1100011 11010

Color Harmonies of #01857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01857D

Black with #01857D

Text Example


Text Example

White with #01857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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