Html Css Color HEX #0D788D Teal

📋 copy color: '#0D788D'

red 13 ◦ green 120 ◦ blue 141

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

Shades of Teal #0D788D

Tints of Teal #0D788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 4.74%
G = 43.8%
B = 51.46%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D788D (or 0x0D788D) is known color: Teal. HEX triplet: 0D, 78 and 8D. RGB value is (13,120,141). Sum of RGB (Red+Green+Blue) = 13+120+141=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D788D is #F28772. Grayscale: #5A5A5A. Windows color (decimal): -15894387 or 9271309. OLE color: 9271309.

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

Color convert

RGB 13 120 141 -
CMYK 0.91 0.15 0 0.45
HSL 189.84º 0.83% 0.3% -
HSV(B) 189.84º 0.91% 0.55% -
XYZ 11.69 15.44 27.56 -
YUV 90.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 13 120 141 0.91 0.15 0 0.45 189.84 0.83 0.3
Hex D 78 8D 5B F 0 2D BE 53 1E
Octal 15 170 215 133 17 0 55 276 123 36
Binary 1101 1111000 10001101 1011011 1111 0 101101 10111110 1010011 11110

Color Harmonies of #0D788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D788D

Black with #0D788D

Text Example


Text Example

White with #0D788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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