Html Css Color HEX #09513F Deep Teal

📋 copy color: '#09513F'

red 9 ◦ green 81 ◦ blue 63

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

Shades of Deep Teal #09513F

Tints of Deep Teal #09513F

RGB

 RED value IS 9 (3.91% from 255) = 5.88%

 GREEN value IS 81 (32.03% from 255) = 52.94%

 BLUE value IS 63 (25% from 255) = 41.18%

R = 5.88%
G = 52.94%
B = 41.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#09513F (or 0x09513F) is known color: Deep Teal. HEX triplet: 09, 51 and 3F. RGB value is (9,81,63). Sum of RGB (Red+Green+Blue) = 9+81+63=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #09513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09513F is #F6AEC0. Grayscale: #393939. Windows color (decimal): -16166593 or 4149513. OLE color: 4149513.

HSL color Cylindrical-coordinate representation of color #09513F: hue angle of 165º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09513F is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 63 -
CMYK 0.89 0 0.22 0.68
HSL 165º 0.8% 0.18% -
HSV(B) 165º 0.89% 0.32% -
XYZ 3.95 6.3 5.71 -
YUV 57.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 9 81 63 0.89 0 0.22 0.68 165 0.8 0.18
Hex 9 51 3F 59 0 16 44 A5 50 12
Octal 11 121 77 131 0 26 104 245 120 22
Binary 1001 1010001 111111 1011001 0 10110 1000100 10100101 1010000 10010

Color Harmonies of #09513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09513F

Black with #09513F

Text Example


Text Example

White with #09513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09513F; }

 p { color: rgb(9,81,63); }

 H1.HeaderClassName
 {
   color: #09513F;
 }
 .AnyTagClassName
 {
   color: #09513F;
 }
</style>

background-color css

<style>
 a { background-color: #09513F; }

 a { background-color: rgb(9,81,63); }

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

border-color css

<style>
 span { border-color: #09513F; }

 span { border-color: rgb(9,81,63); }

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