Html Css Color HEX #0D768E Teal

📋 copy color: '#0D768E'

red 13 ◦ green 118 ◦ blue 142

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

Shades of Teal #0D768E

Tints of Teal #0D768E

RGB

 RED value IS 13 (5.47% from 255) = 4.76%

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 4.76%
G = 43.22%
B = 52.01%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D768E (or 0x0D768E) is known color: Teal. HEX triplet: 0D, 76 and 8E. RGB value is (13,118,142). Sum of RGB (Red+Green+Blue) = 13+118+142=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D768E is #F28971. Grayscale: #595959. Windows color (decimal): -15894898 or 9336333. OLE color: 9336333.

HSL color Cylindrical-coordinate representation of color #0D768E: hue angle of 191.16º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D768E is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 118 142 -
CMYK 0.91 0.17 0 0.44
HSL 191.16º 0.83% 0.3% -
HSV(B) 191.16º 0.91% 0.56% -
XYZ 11.53 15 27.88 -
YUV 89.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 13 118 142 0.91 0.17 0 0.44 191.16 0.83 0.3
Hex D 76 8E 5B 11 0 2C BF 53 1E
Octal 15 166 216 133 21 0 54 277 123 36
Binary 1101 1110110 10001110 1011011 10001 0 101100 10111111 1010011 11110

Color Harmonies of #0D768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D768E

Black with #0D768E

Text Example


Text Example

White with #0D768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D768E; }

 p { color: rgb(13,118,142); }

 H1.HeaderClassName
 {
   color: #0D768E;
 }
 .AnyTagClassName
 {
   color: #0D768E;
 }
</style>

background-color css

<style>
 a { background-color: #0D768E; }

 a { background-color: rgb(13,118,142); }

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

border-color css

<style>
 span { border-color: #0D768E; }

 span { border-color: rgb(13,118,142); }

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