Html Css Color HEX #01857B Teal

📋 copy color: '#01857B'

red 1 ◦ green 133 ◦ blue 123

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

Shades of Teal #01857B

Tints of Teal #01857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.86%

R = 0.39%
G = 51.75%
B = 47.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#01857B (or 0x01857B) is known color: Teal. HEX triplet: 01, 85 and 7B. RGB value is (1,133,123). Sum of RGB (Red+Green+Blue) = 1+133+123=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #01857B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01857B is #FE7A84. Grayscale: #5C5C5C. Windows color (decimal): -16677509 or 8094977. OLE color: 8094977.

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

Color convert

RGB 1 133 123 -
CMYK 0.99 0 0.08 0.48
HSL 175.45º 0.99% 0.26% -
HSV(B) 175.45º 0.99% 0.52% -
XYZ 11.98 18.21 21.62 -
YUV 92.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 1 133 123 0.99 0 0.08 0.48 175.45 0.99 0.26
Hex 1 85 7B 63 0 8 30 AF 63 1A
Octal 1 205 173 143 0 10 60 257 143 32
Binary 1 10000101 1111011 1100011 0 1000 110000 10101111 1100011 11010

Color Harmonies of #01857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01857B

Black with #01857B

Text Example


Text Example

White with #01857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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