Html Css Color HEX #0D7683 Teal

📋 copy color: '#0D7683'

red 13 ◦ green 118 ◦ blue 131

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

Shades of Teal #0D7683

Tints of Teal #0D7683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 4.96%
G = 45.04%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D7683 (or 0x0D7683) is known color: Teal. HEX triplet: 0D, 76 and 83. RGB value is (13,118,131). Sum of RGB (Red+Green+Blue) = 13+118+131=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D7683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7683 is #F2897C. Grayscale: #575757. Windows color (decimal): -15894909 or 8615437. OLE color: 8615437.

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

Color convert

RGB 13 118 131 -
CMYK 0.90 0.10 0 0.49
HSL 186.61º 0.82% 0.28% -
HSV(B) 186.61º 0.9% 0.51% -
XYZ 10.74 14.68 23.74 -
YUV 88.09 152.21 74.44 -
System Red Green Blue C M Y K H S L
Decimal 13 118 131 0.90 0.10 0 0.49 186.61 0.82 0.28
Hex D 76 83 5A A 0 31 BB 52 1C
Octal 15 166 203 132 12 0 61 273 122 34
Binary 1101 1110110 10000011 1011010 1010 0 110001 10111011 1010010 11100

Color Harmonies of #0D7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7683

Black with #0D7683

Text Example


Text Example

White with #0D7683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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