Html Css Color HEX #01758C Teal

📋 copy color: '#01758C'

red 1 ◦ green 117 ◦ blue 140

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

Shades of Teal #01758C

Tints of Teal #01758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 140 (55.08% from 255) = 54.26%

R = 0.39%
G = 45.35%
B = 54.26%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01758C (or 0x01758C) is known color: Teal. HEX triplet: 01, 75 and 8C. RGB value is (1,117,140). Sum of RGB (Red+Green+Blue) = 1+117+140=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #01758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01758C is #FE8A73. Grayscale: #545454. Windows color (decimal): -16681588 or 9204993. OLE color: 9204993.

HSL color Cylindrical-coordinate representation of color #01758C: hue angle of 189.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01758C is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 117 140 -
CMYK 0.99 0.16 0 0.45
HSL 189.93º 0.99% 0.28% -
HSV(B) 189.93º 0.99% 0.55% -
XYZ 11.11 14.62 27.05 -
YUV 84.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 1 117 140 0.99 0.16 0 0.45 189.93 0.99 0.28
Hex 1 75 8C 63 10 0 2D BE 63 1C
Octal 1 165 214 143 20 0 55 276 143 34
Binary 1 1110101 10001100 1100011 10000 0 101101 10111110 1100011 11100

Color Harmonies of #01758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01758C

Black with #01758C

Text Example


Text Example

White with #01758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01758C; }

 p { color: rgb(1,117,140); }

 H1.HeaderClassName
 {
   color: #01758C;
 }
 .AnyTagClassName
 {
   color: #01758C;
 }
</style>

background-color css

<style>
 a { background-color: #01758C; }

 a { background-color: rgb(1,117,140); }

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

border-color css

<style>
 span { border-color: #01758C; }

 span { border-color: rgb(1,117,140); }

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