Html Css Color HEX #0D788E Teal

📋 copy color: '#0D788E'

red 13 ◦ green 120 ◦ blue 142

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

Shades of Teal #0D788E

Tints of Teal #0D788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

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

R = 4.73%
G = 43.64%
B = 51.64%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D788E (or 0x0D788E) is known color: Teal. HEX triplet: 0D, 78 and 8E. RGB value is (13,120,142). Sum of RGB (Red+Green+Blue) = 13+120+142=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D788E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D788E is #F28771. Grayscale: #5A5A5A. Windows color (decimal): -15894386 or 9336845. OLE color: 9336845.

HSL color Cylindrical-coordinate representation of color #0D788E: hue angle of 190.23º 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 #0D788E is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 120 142 -
CMYK 0.91 0.15 0 0.44
HSL 190.23º 0.83% 0.3% -
HSV(B) 190.23º 0.91% 0.56% -
XYZ 11.76 15.47 27.96 -
YUV 90.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 13 120 142 0.91 0.15 0 0.44 190.23 0.83 0.3
Hex D 78 8E 5B F 0 2C BE 53 1E
Octal 15 170 216 133 17 0 54 276 123 36
Binary 1101 1111000 10001110 1011011 1111 0 101100 10111110 1010011 11110

Color Harmonies of #0D788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D788E

Black with #0D788E

Text Example


Text Example

White with #0D788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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