Html Css Color HEX #01758F Teal

📋 copy color: '#01758F'

red 1 ◦ green 117 ◦ blue 143

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

Shades of Teal #01758F

Tints of Teal #01758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.79%

R = 0.38%
G = 44.83%
B = 54.79%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01758F (or 0x01758F) is known color: Teal. HEX triplet: 01, 75 and 8F. RGB value is (1,117,143). Sum of RGB (Red+Green+Blue) = 1+117+143=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #01758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01758F is #FE8A70. Grayscale: #555555. Windows color (decimal): -16681585 or 9401601. OLE color: 9401601.

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

Color convert

RGB 1 117 143 -
CMYK 0.99 0.18 0 0.44
HSL 190.99º 0.99% 0.28% -
HSV(B) 190.99º 0.99% 0.56% -
XYZ 11.33 14.71 28.23 -
YUV 85.28 160.57 67.89 -
System Red Green Blue C M Y K H S L
Decimal 1 117 143 0.99 0.18 0 0.44 190.99 0.99 0.28
Hex 1 75 8F 63 12 0 2C BF 63 1C
Octal 1 165 217 143 22 0 54 277 143 34
Binary 1 1110101 10001111 1100011 10010 0 101100 10111111 1100011 11100

Color Harmonies of #01758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01758F

Black with #01758F

Text Example


Text Example

White with #01758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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