Html Css Color HEX #0D7A87 Teal

📋 copy color: '#0D7A87'

red 13 ◦ green 122 ◦ blue 135

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

Shades of Teal #0D7A87

Tints of Teal #0D7A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.19%

 BLUE value IS 135 (53.13% from 255) = 50%

R = 4.81%
G = 45.19%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D7A87 (or 0x0D7A87) is known color: Teal. HEX triplet: 0D, 7A and 87. RGB value is (13,122,135). Sum of RGB (Red+Green+Blue) = 13+122+135=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D7A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7A87 is #F28578. Grayscale: #5A5A5A. Windows color (decimal): -15893881 or 8878605. OLE color: 8878605.

HSL color Cylindrical-coordinate representation of color #0D7A87: hue angle of 186.39º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7A87 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 122 135 -
CMYK 0.90 0.10 0 0.47
HSL 186.39º 0.82% 0.29% -
HSV(B) 186.39º 0.9% 0.53% -
XYZ 11.5 15.75 25.36 -
YUV 90.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 13 122 135 0.90 0.10 0 0.47 186.39 0.82 0.29
Hex D 7A 87 5A A 0 2F BA 52 1D
Octal 15 172 207 132 12 0 57 272 122 35
Binary 1101 1111010 10000111 1011010 1010 0 101111 10111010 1010010 11101

Color Harmonies of #0D7A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7A87

Black with #0D7A87

Text Example


Text Example

White with #0D7A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,122,135); }

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

background-color css

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

 a { background-color: rgb(13,122,135); }

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

border-color css

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

 span { border-color: rgb(13,122,135); }

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