Html Css Color HEX #0D7D85 Teal

📋 copy color: '#0D7D85'

red 13 ◦ green 125 ◦ blue 133

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

Shades of Teal #0D7D85

Tints of Teal #0D7D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 4.8%
G = 46.13%
B = 49.08%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D7D85 (or 0x0D7D85) is known color: Teal. HEX triplet: 0D, 7D and 85. RGB value is (13,125,133). Sum of RGB (Red+Green+Blue) = 13+125+133=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D7D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7D85 is #F2827A. Grayscale: #5C5C5C. Windows color (decimal): -15893115 or 8748301. OLE color: 8748301.

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

Color convert

RGB 13 125 133 -
CMYK 0.90 0.06 0 0.48
HSL 184º 0.82% 0.29% -
HSV(B) 184º 0.9% 0.52% -
XYZ 11.73 16.45 24.75 -
YUV 92.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 13 125 133 0.90 0.06 0 0.48 184 0.82 0.29
Hex D 7D 85 5A 6 0 30 B8 52 1D
Octal 15 175 205 132 6 0 60 270 122 35
Binary 1101 1111101 10000101 1011010 110 0 110000 10111000 1010010 11101

Color Harmonies of #0D7D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7D85

Black with #0D7D85

Text Example


Text Example

White with #0D7D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,125,133); }

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

background-color css

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

 a { background-color: rgb(13,125,133); }

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

border-color css

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

 span { border-color: rgb(13,125,133); }

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