Html Css Color HEX #01758A Teal

📋 copy color: '#01758A'

red 1 ◦ green 117 ◦ blue 138

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

Shades of Teal #01758A

Tints of Teal #01758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 0.39%
G = 45.7%
B = 53.91%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01758A (or 0x01758A) is known color: Teal. HEX triplet: 01, 75 and 8A. RGB value is (1,117,138). Sum of RGB (Red+Green+Blue) = 1+117+138=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #01758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01758A is #FE8A75. Grayscale: #545454. Windows color (decimal): -16681590 or 9073921. OLE color: 9073921.

HSL color Cylindrical-coordinate representation of color #01758A: hue angle of 189.2º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01758A is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 117 138 -
CMYK 0.99 0.15 0 0.46
HSL 189.2º 0.99% 0.27% -
HSV(B) 189.2º 0.99% 0.54% -
XYZ 10.96 14.56 26.28 -
YUV 84.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 1 117 138 0.99 0.15 0 0.46 189.2 0.99 0.27
Hex 1 75 8A 63 F 0 2E BD 63 1B
Octal 1 165 212 143 17 0 56 275 143 33
Binary 1 1110101 10001010 1100011 1111 0 101110 10111101 1100011 11011

Color Harmonies of #01758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01758A

Black with #01758A

Text Example


Text Example

White with #01758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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