Html Css Color HEX #01768C Teal

📋 copy color: '#01768C'

red 1 ◦ green 118 ◦ blue 140

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

Shades of Teal #01768C

Tints of Teal #01768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

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

R = 0.39%
G = 45.56%
B = 54.05%

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

#01768C (or 0x01768C) is known color: Teal. HEX triplet: 01, 76 and 8C. RGB value is (1,118,140). Sum of RGB (Red+Green+Blue) = 1+118+140=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #01768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01768C is #FE8973. Grayscale: #555555. Windows color (decimal): -16681332 or 9205249. OLE color: 9205249.

HSL color Cylindrical-coordinate representation of color #01768C: hue angle of 189.5º 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 #01768C is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 118 140 -
CMYK 0.99 0.16 0 0.45
HSL 189.5º 0.99% 0.28% -
HSV(B) 189.5º 0.99% 0.55% -
XYZ 11.22 14.86 27.09 -
YUV 85.53 158.74 67.71 -
System Red Green Blue C M Y K H S L
Decimal 1 118 140 0.99 0.16 0 0.45 189.5 0.99 0.28
Hex 1 76 8C 63 10 0 2D BD 63 1C
Octal 1 166 214 143 20 0 55 275 143 34
Binary 1 1110110 10001100 1100011 10000 0 101101 10111101 1100011 11100

Color Harmonies of #01768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01768C

Black with #01768C

Text Example


Text Example

White with #01768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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