Html Css Color HEX #0D8683 Teal

📋 copy color: '#0D8683'

red 13 ◦ green 134 ◦ blue 131

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

Shades of Teal #0D8683

Tints of Teal #0D8683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 4.68%
G = 48.2%
B = 47.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#0D8683 (or 0x0D8683) is known color: Teal. HEX triplet: 0D, 86 and 83. RGB value is (13,134,131). Sum of RGB (Red+Green+Blue) = 13+134+131=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8683 is #F2797C. Grayscale: #616161. Windows color (decimal): -15890813 or 8619533. OLE color: 8619533.

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

Color convert

RGB 13 134 131 -
CMYK 0.90 0 0.02 0.47
HSL 178.51º 0.82% 0.29% -
HSV(B) 178.51º 0.9% 0.53% -
XYZ 12.79 18.77 24.42 -
YUV 97.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 13 134 131 0.90 0 0.02 0.47 178.51 0.82 0.29
Hex D 86 83 5A 0 2 2F B3 52 1D
Octal 15 206 203 132 0 2 57 263 122 35
Binary 1101 10000110 10000011 1011010 0 10 101111 10110011 1010010 11101

Color Harmonies of #0D8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8683

Black with #0D8683

Text Example


Text Example

White with #0D8683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,134,131); }

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

background-color css

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

 a { background-color: rgb(13,134,131); }

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

border-color css

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

 span { border-color: rgb(13,134,131); }

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