Html Css Color HEX #01513A Deep Teal

📋 copy color: '#01513A'

red 1 ◦ green 81 ◦ blue 58

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

Shades of Deep Teal #01513A

Tints of Deep Teal #01513A

RGB

 RED value IS 1 (0.78% from 255) = 0.71%

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

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 0.71%
G = 57.86%
B = 41.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#01513A (or 0x01513A) is known color: Deep Teal. HEX triplet: 01, 51 and 3A. RGB value is (1,81,58). Sum of RGB (Red+Green+Blue) = 1+81+58=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #01513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01513A is #FEAEC5. Grayscale: #363636. Windows color (decimal): -16690886 or 3821825. OLE color: 3821825.

HSL color Cylindrical-coordinate representation of color #01513A: hue angle of 162.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01513A is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 81 58 -
CMYK 0.99 0 0.28 0.68
HSL 162.75º 0.98% 0.16% -
HSV(B) 162.75º 0.99% 0.32% -
XYZ 3.72 6.2 5 -
YUV 54.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 1 81 58 0.99 0 0.28 0.68 162.75 0.98 0.16
Hex 1 51 3A 63 0 1C 44 A3 62 10
Octal 1 121 72 143 0 34 104 243 142 20
Binary 1 1010001 111010 1100011 0 11100 1000100 10100011 1100010 10000

Color Harmonies of #01513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01513A

Black with #01513A

Text Example


Text Example

White with #01513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01513A; }

 p { color: rgb(1,81,58); }

 H1.HeaderClassName
 {
   color: #01513A;
 }
 .AnyTagClassName
 {
   color: #01513A;
 }
</style>

background-color css

<style>
 a { background-color: #01513A; }

 a { background-color: rgb(1,81,58); }

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

border-color css

<style>
 span { border-color: #01513A; }

 span { border-color: rgb(1,81,58); }

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