Html Css Color HEX #00503B Deep Teal

📋 copy color: '#00503B'

red 0 ◦ green 80 ◦ blue 59

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

Shades of Deep Teal #00503B

Tints of Deep Teal #00503B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 0%
G = 57.55%
B = 42.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#00503B (or 0x00503B) is known color: Deep Teal. HEX triplet: 00, 50 and 3B. RGB value is (0,80,59). Sum of RGB (Red+Green+Blue) = 0+80+59=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #00503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00503B is #FFAFC4. Grayscale: #353535. Windows color (decimal): -16756677 or 3887104. OLE color: 3887104.

HSL color Cylindrical-coordinate representation of color #00503B: hue angle of 164.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00503B is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 59 -
CMYK 1 0 0.26 0.69
HSL 164.25º 1% 0.16% -
HSV(B) 164.25º 1% 0.31% -
XYZ 3.66 6.05 5.11 -
YUV 53.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 0 80 59 1 0 0.26 0.69 164.25 1 0.16
Hex 0 50 3B 64 0 1A 45 A4 64 10
Octal 0 120 73 144 0 32 105 244 144 20
Binary 0 1010000 111011 1100100 0 11010 1000101 10100100 1100100 10000

Color Harmonies of #00503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00503B

Black with #00503B

Text Example


Text Example

White with #00503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00503B; }

 p { color: rgb(0,80,59); }

 H1.HeaderClassName
 {
   color: #00503B;
 }
 .AnyTagClassName
 {
   color: #00503B;
 }
</style>

background-color css

<style>
 a { background-color: #00503B; }

 a { background-color: rgb(0,80,59); }

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

border-color css

<style>
 span { border-color: #00503B; }

 span { border-color: rgb(0,80,59); }

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