Html Css Color HEX #0D887E Teal

📋 copy color: '#0D887E'

red 13 ◦ green 136 ◦ blue 126

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

Shades of Teal #0D887E

Tints of Teal #0D887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 4.73%
G = 49.45%
B = 45.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#0D887E (or 0x0D887E) is known color: Teal. HEX triplet: 0D, 88 and 7E. RGB value is (13,136,126). Sum of RGB (Red+Green+Blue) = 13+136+126=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #0D887E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D887E is #F27781. Grayscale: #626262. Windows color (decimal): -15890306 or 8292365. OLE color: 8292365.

HSL color Cylindrical-coordinate representation of color #0D887E: hue angle of 175.12º degrees, saturation: 0.83, 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 #0D887E is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 136 126 -
CMYK 0.90 0 0.07 0.47
HSL 175.12º 0.83% 0.29% -
HSV(B) 175.12º 0.9% 0.53% -
XYZ 12.74 19.2 22.77 -
YUV 98.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 13 136 126 0.90 0 0.07 0.47 175.12 0.83 0.29
Hex D 88 7E 5A 0 7 2F AF 53 1D
Octal 15 210 176 132 0 7 57 257 123 35
Binary 1101 10001000 1111110 1011010 0 111 101111 10101111 1010011 11101

Color Harmonies of #0D887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D887E

Black with #0D887E

Text Example


Text Example

White with #0D887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,136,126); }

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

background-color css

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

 a { background-color: rgb(13,136,126); }

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

border-color css

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

 span { border-color: rgb(13,136,126); }

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