Html Css Color HEX #01503C Deep Teal

📋 copy color: '#01503C'

red 1 ◦ green 80 ◦ blue 60

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

Shades of Deep Teal #01503C

Tints of Deep Teal #01503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.74%

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 0.71%
G = 56.74%
B = 42.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#01503C (or 0x01503C) is known color: Deep Teal. HEX triplet: 01, 50 and 3C. RGB value is (1,80,60). Sum of RGB (Red+Green+Blue) = 1+80+60=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #01503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01503C is #FEAFC3. Grayscale: #363636. Windows color (decimal): -16691140 or 3952641. OLE color: 3952641.

HSL color Cylindrical-coordinate representation of color #01503C: hue angle of 164.81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01503C is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 60 -
CMYK 0.99 0 0.25 0.69
HSL 164.81º 0.98% 0.16% -
HSV(B) 164.81º 0.99% 0.31% -
XYZ 3.7 6.07 5.25 -
YUV 54.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 1 80 60 0.99 0 0.25 0.69 164.81 0.98 0.16
Hex 1 50 3C 63 0 19 45 A5 62 10
Octal 1 120 74 143 0 31 105 245 142 20
Binary 1 1010000 111100 1100011 0 11001 1000101 10100101 1100010 10000

Color Harmonies of #01503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01503C

Black with #01503C

Text Example


Text Example

White with #01503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01503C; }

 p { color: rgb(1,80,60); }

 H1.HeaderClassName
 {
   color: #01503C;
 }
 .AnyTagClassName
 {
   color: #01503C;
 }
</style>

background-color css

<style>
 a { background-color: #01503C; }

 a { background-color: rgb(1,80,60); }

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

border-color css

<style>
 span { border-color: #01503C; }

 span { border-color: rgb(1,80,60); }

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