Html Css Color HEX #0B503C Deep Teal

📋 copy color: '#0B503C'

red 11 ◦ green 80 ◦ blue 60

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

Shades of Deep Teal #0B503C

Tints of Deep Teal #0B503C

RGB

 RED value IS 11 (4.69% from 255) = 7.28%

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

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

R = 7.28%
G = 52.98%
B = 39.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#0B503C (or 0x0B503C) is known color: Deep Teal. HEX triplet: 0B, 50 and 3C. RGB value is (11,80,60). Sum of RGB (Red+Green+Blue) = 11+80+60=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #0B503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B503C is #F4AFC3. Grayscale: #393939. Windows color (decimal): -16035780 or 3952651. OLE color: 3952651.

HSL color Cylindrical-coordinate representation of color #0B503C: hue angle of 162.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B503C is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 60 -
CMYK 0.86 0 0.25 0.69
HSL 162.61º 0.76% 0.18% -
HSV(B) 162.61º 0.86% 0.31% -
XYZ 3.82 6.13 5.26 -
YUV 57.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 11 80 60 0.86 0 0.25 0.69 162.61 0.76 0.18
Hex B 50 3C 56 0 19 45 A3 4C 12
Octal 13 120 74 126 0 31 105 243 114 22
Binary 1011 1010000 111100 1010110 0 11001 1000101 10100011 1001100 10010

Color Harmonies of #0B503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B503C

Black with #0B503C

Text Example


Text Example

White with #0B503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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